summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-03-10 22:05:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-03-10 22:05:36 +0000
commit80ee413123fe183ceea14b91db9c93554cb2d6eb (patch)
treeffde3a01bc0bd74be81f6e65db5e4beb0738def7 /README.in
parent03dcf45d90a41c549a6b906b1d5793f75983e609 (diff)
downloadgtk+-80ee413123fe183ceea14b91db9c93554cb2d6eb.tar.gz
Make the behaviour of the about dialog consistent with other dialogs in
2006-03-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Make the behaviour of the about dialog consistent with other dialogs in gtk. If the dialog is constructed with gtk_about_dialog_new(), the creator is reponsible for handling the response by hiding or closing the dialog. gtk_show_about_dialog() handles it by hiding the dialog. (#333360, Daniel Drake) * README.in: Mention this change.
Diffstat (limited to 'README.in')
-rw-r--r--README.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.in b/README.in
index ded0f90433..06318a0f85 100644
--- a/README.in
+++ b/README.in
@@ -56,6 +56,10 @@ Release notes for 2.10
and GtkExpander) and resize grips, using the new EXPANDER and
RESIZE_GRIP function values.
+* Dialogs created by gtk_about_dialog_new no longer hide automatically
+ when the user clicks close. It is the applications responsibility to
+ hide or destroy the dialog.
+
Release notes
=============