summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-03-10 17:45:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-03-10 17:45:25 +0000
commit4b497ad5e84ee33710ee01426e82a5e9e6b319ff (patch)
tree3104f39518d0d080446f63e24713b3a7e29c3d3c /ChangeLog
parent2f915bec2077fba49e0c0ebee925b9486b3862d6 (diff)
downloadgtk+-4b497ad5e84ee33710ee01426e82a5e9e6b319ff.tar.gz
::icon-press and ::icon-release are not action signals. Pointed out by
* gtk/gtkentry.c: ::icon-press and ::icon-release are not action signals. Pointed out by Murray Cumming svn path=/trunk/; revision=22501
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01ff062037..d02a32084f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-10 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 574622 – GtkEntry: Should we wrap icon-press and icon-release
+ signals?
+
+ * gtk/gtkentry.c: ::icon-press and ::icon-release are not
+ action signals. Pointed out by Murray Cumming
+
2009-03-04 Michael Hasselmann <michaelh@openismus.com>
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_contents_changed):