diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-24 22:00:07 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-24 22:00:07 +0000 |
commit | 1db176de7f9f4c3d0a1dd8d79259052aebf4bccc (patch) | |
tree | c11e02737c4ec6f86ba2a6f48acd6ae3004b5825 /ChangeLog | |
parent | a8c2a3eb9f31ff9a650006b76bddbad2d5c2d7dc (diff) | |
download | gtk+-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |