summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-01-24 22:00:07 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-01-24 22:00:07 +0000
commit1db176de7f9f4c3d0a1dd8d79259052aebf4bccc (patch)
treec11e02737c4ec6f86ba2a6f48acd6ae3004b5825 /ChangeLog
parenta8c2a3eb9f31ff9a650006b76bddbad2d5c2d7dc (diff)
downloadgtk+-1db176de7f9f4c3d0a1dd8d79259052aebf4bccc.tar.gz
Fallback from stock ids to icon names like the old GtkAction code did
svn path=/trunk/; revision=22210
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8e1f3823e..6851b56911 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-01-24 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktoolbutton.c (gtk_tool_button_activatable_reset):
+ Fall back from stock ids to icon names like the old code
+ did. Patch by Tristan van Berkom.
+
+2009-01-24 Matthias Clasen <mclasen@redhat.com>
+
* tests/testactions.c: Add a testcase for toolitems using
icon names.