From 58745c4e998b433378a5b759331d14d08edf6b7d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 25 Jan 2001 08:09:13 +0000 Subject: Actually make the icon for the "print" menu item work (I was missing a placeholder in the path). svn path=/trunk/; revision=7806 --- addressbook/gui/component/addressbook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component') 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"); -- cgit v1.2.3