diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-03-10 22:05:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-03-10 22:05:36 +0000 |
commit | 80ee413123fe183ceea14b91db9c93554cb2d6eb (patch) | |
tree | ffde3a01bc0bd74be81f6e65db5e4beb0738def7 /README.in | |
parent | 03dcf45d90a41c549a6b906b1d5793f75983e609 (diff) | |
download | gtk+-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.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ============= |