tWindow type of message boxes corrected. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9f0e098414c68f4d7ca59d35224e39dcbc5b9177
(DIR) parent e6c7316de0fd31064848728b5d7ed2fb811432ea
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 25 Mar 2002 16:49:22 +0000
Window type of message boxes corrected.
Diffstat:
M src/gtkport/gtkport.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/gtkport/gtkport.c b/src/gtkport/gtkport.c
t@@ -5065,7 +5065,7 @@ gint GtkMessageBox(GtkWidget *parent, const gchar *Text,
};
imm_return = Options & MB_IMMRETURN;
- dialog = gtk_window_new(GTK_WINDOW_POPUP);
+ dialog = gtk_window_new(GTK_WINDOW_TOPLEVEL);
accel_group = gtk_accel_group_new();
gtk_window_add_accel_group(GTK_WINDOW(dialog), accel_group);
gtk_window_set_modal(GTK_WINDOW(dialog), TRUE);