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/ChangeLog | 5 +++++ addressbook/gui/component/addressbook.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2109c0736e..d83c2d57ae 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-01-25 Ettore Perazzoli + + * gui/component/addressbook.c (update_pixmaps): Consider the + placeholder in the path for the "Print" item. + 2001-01-25 Ettore Perazzoli * gui/component/addressbook.c (update_pixmaps): Set the icon for 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