diff options
author | Felix Riemann <friemann@svn.gnome.org> | 2007-06-24 20:00:15 +0800 |
---|---|---|
committer | Felix Riemann <friemann@src.gnome.org> | 2007-06-24 20:00:15 +0800 |
commit | db02570a8627588efe5ed3479573bdf48e20ba30 (patch) | |
tree | 2a9e98b83a63439888af618432f99140bd1b9c8f /ChangeLog | |
parent | f8605d62e2f4540134f2fca9496f12dd00c97476 (diff) | |
download | gsoc2013-epiphany-db02570a8627588efe5ed3479573bdf48e20ba30.tar gsoc2013-epiphany-db02570a8627588efe5ed3479573bdf48e20ba30.tar.gz gsoc2013-epiphany-db02570a8627588efe5ed3479573bdf48e20ba30.tar.bz2 gsoc2013-epiphany-db02570a8627588efe5ed3479573bdf48e20ba30.tar.lz gsoc2013-epiphany-db02570a8627588efe5ed3479573bdf48e20ba30.tar.xz gsoc2013-epiphany-db02570a8627588efe5ed3479573bdf48e20ba30.tar.zst gsoc2013-epiphany-db02570a8627588efe5ed3479573bdf48e20ba30.zip |
Add a workaround to take into account that Gtk{Radio,Toggle}Actions only
2007-06-24 Felix Riemann <friemann@svn.gnome.org>
* lib/egg/egg-toolbar-editor.c: (editor_create_item_from_name):
Add a workaround to take into account that Gtk{Radio,Toggle}Actions
only set either the stock-id or the icon-name property depending on
the image type. This makes it possible to display the icon of such
actions in the toolbar editor. (bug #450590)
svn path=/trunk/; revision=7093
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-06-24 Felix Riemann <friemann@svn.gnome.org> + + * lib/egg/egg-toolbar-editor.c: (editor_create_item_from_name): + Add a workaround to take into account that Gtk{Radio,Toggle}Actions + only set either the stock-id or the icon-name property depending on + the image type. This makes it possible to display the icon of such + actions in the toolbar editor. (bug #450590) + 2007-06-22 Gabor Kelemen <kelemeng@gnome.hu> * src/ephy-main.c: Use g_option_group_set_translation_domain to |