aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-25 16:09:13 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-25 16:09:13 +0800
commit58745c4e998b433378a5b759331d14d08edf6b7d (patch)
tree8200a376d186b3a35b9b80d969bc6c90dfe2242e /addressbook/gui/component
parent57f1c74f30c97911e0c8b6d47f00e3067a73d9ed (diff)
downloadgsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.gz
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.bz2
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.lz
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.xz
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.zst
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.zip
Actually make the icon for the "print" menu item work (I was missing a
placeholder in the path). svn path=/trunk/; revision=7806
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/addressbook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index 33e30e95af..7ada315391 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -304,7 +304,7 @@ 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/File/Print/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");