diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 15:36:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-25 15:36:58 +0800 |
commit | 6ede85cff36220030475ee74f50b4989a45ba1dd (patch) | |
tree | 5e080035a909aba20e9ab1ec611be36280554fca /addressbook/gui | |
parent | 18f0b76b71d52376526dcd6cfc4f057c8d324084 (diff) | |
download | gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.gz gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.bz2 gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.lz gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.xz gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.tar.zst gsoc2013-evolution-6ede85cff36220030475ee74f50b4989a45ba1dd.zip |
Make the addressbook use the new 16x16 icons in the menus.
svn path=/trunk/; revision=7804
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 54b211bb16..33e30e95af 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -304,7 +304,11 @@ set_pixmap (BonoboUIComponent *uic, static void update_pixmaps (BonoboUIComponent *uic) { + set_pixmap (uic, "/menu/File/Print", "16_print.xpm"); /* FIXME it doesn't seem to work */ + set_pixmap (uic, "/menu/Settings/AddressbookConfig", "16_configure_addressbook.xpm"); + set_pixmap (uic, "/Toolbar/View All", "24_all_contacts.xpm"); + set_pixmap (uic, "/Toolbar/Find", "24_find_contact.xpm"); } static void |