summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-08-15 18:17:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-15 18:17:01 +0000
commitcbd1435c88d83b46efad46ea5e1655736b502e41 (patch)
tree526bfa0231f5deae475174078135c4d2285457d5 /ChangeLog.pre-2-8
parentf2f86e5dc978291cbc3bea557885c24d890fceff (diff)
downloadgdk-pixbuf-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-88
1 files changed, 8 insertions, 0 deletions
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 <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)