summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-03-23 14:03:43 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-23 14:03:43 +0000
commitc43673f17f532a6c60ab2bfdfbda716d990d23f0 (patch)
treed1acfecc14322b4c7d28c0cde18eedcd07bae852 /ChangeLog
parentedc3b13575664927f74f507de511a29a3cef6343 (diff)
downloadgdk-pixbuf-c43673f17f532a6c60ab2bfdfbda716d990d23f0.tar.gz
Some cleanups to the GtkDialog code: (#170746, Morten Welinder) Simplify,
2005-03-23 Matthias Clasen <mclasen@redhat.com> Some cleanups to the GtkDialog code: (#170746, Morten Welinder) * gtk/gtkdialog.c (action_widget_activated): Simplify, use _gtk_dialog_get_response_for_widget. (gtk_dialog_add_action_widget): Use the correct signal id for non-buttons. (gtk_dialog_set_response_sensitive): (gtk_dialog_set_default_response): Use get_response_data. (gtk_dialog_run): Don't disconnect the signals if the dialog was destroyed while running.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6a5ac24a..6cef0c8f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-03-23 Matthias Clasen <mclasen@redhat.com>
+
+ Some cleanups to the GtkDialog code: (#170746,
+ Morten Welinder)
+ * gtk/gtkdialog.c (action_widget_activated): Simplify,
+ use _gtk_dialog_get_response_for_widget.
+ (gtk_dialog_add_action_widget): Use the correct signal
+ id for non-buttons.
+ (gtk_dialog_set_response_sensitive):
+ (gtk_dialog_set_default_response): Use get_response_data.
+ (gtk_dialog_run): Don't disconnect the signals if the
+ dialog was destroyed while running.
+
Tue Mar 22 14:16:31 2005 Manish Singh <yosh@gimp.org>
* gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label):