diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-15 18:17:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-15 18:17:01 +0000 |
commit | cbd1435c88d83b46efad46ea5e1655736b502e41 (patch) | |
tree | 526bfa0231f5deae475174078135c4d2285457d5 /ChangeLog.pre-2-8 | |
parent | f2f86e5dc978291cbc3bea557885c24d890fceff (diff) | |
download | gtk+-cbd1435c88d83b46efad46ea5e1655736b502e41.tar.gz |
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.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ca1f694f65..26d4c210b3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,13 @@ 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. + * gtk/gtkiconview.c (gtk_icon_view_select_path) (gtk_icon_view_scroll_to_path): Handle paths of depth 0 gracefully. (#312796, Jonathan Blandford) |