]> Pileus Git - ~andy/gtk/commit
When using gtk_dialog_run() for modal dialogs, make sure to inherit the
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Aug 2005 18:17:01 +0000 (18:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 15 Aug 2005 18:17:01 +0000 (18:17 +0000)
commitcbd1435c88d83b46efad46ea5e1655736b502e41
tree526bfa0231f5deae475174078135c4d2285457d5
parentf2f86e5dc978291cbc3bea557885c24d890fceff
When using gtk_dialog_run() for modal dialogs, make sure to inherit the

2005-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
modal dialogs, make sure to inherit the window group from
the parent, since we don't inherit window groups across
transient parents currently.  (#312918, Christian Persch)

* gtk/gtkmessagedialog.c (gtk_message_dialog_new):
* gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkdialog.c
gtk/gtkfilechooserdefault.c
gtk/gtkmessagedialog.c