From cbd1435c88d83b46efad46ea5e1655736b502e41 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Aug 2005 18:17:01 +0000 Subject: When using gtk_dialog_run() for modal dialogs, make sure to inherit the 2005-08-15 Matthias Clasen * 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.pre-2-8 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog.pre-2-8') diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ca1f694f6..26d4c210b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,13 @@ 2005-08-15 Matthias Clasen + * 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) -- cgit v1.2.1