diff options
author | Tim Janik <timj@gtk.org> | 1999-02-20 20:11:23 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-02-20 20:11:23 +0000 |
commit | b0558e089e8e06a4ed2e28ee79e2c88f1c4c0570 (patch) | |
tree | d0d6bcc0307990df23341ddf47a7431ea50083e0 /ChangeLog.pre-2-4 | |
parent | 32b008bf5669a9c5007df2a4ea63c69698d155e8 (diff) | |
download | gtk+-b0558e089e8e06a4ed2e28ee79e2c88f1c4c0570.tar.gz |
hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_remove
Sat Feb 20 20:59:25 1999 Tim Janik <timj@gtk.org>
* gtk/gtkwindow.c: hm, set_modal doesn't really work with random
gtk_grab_add/gtk_grab_remove calls. either the window user uses
the set_modal interface or he places grab_add/grab_remove on his own.
(gtk_window_set_modal): enforce modality state either way.
(gtk_window_hide): revert previous change.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c1753ae735..9a083b354e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +Sat Feb 20 20:59:25 1999 Tim Janik <timj@gtk.org> + + * gtk/gtkwindow.c: hm, set_modal doesn't really work with random + gtk_grab_add/gtk_grab_remove calls. either the window user uses + the set_modal interface or he places grab_add/grab_remove on his own. + (gtk_window_set_modal): enforce modality state either way. + (gtk_window_hide): revert previous change. + Sat Feb 20 20:04:48 1999 Tim Janik <timj@gtk.org> * gtk/gtkcalendar.c (gtk_calendar_button_press): increment years and |