diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2109c0736e..d83c2d57ae 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,4 +1,9 @@ 2001-01-25 Ettore Perazzoli <ettore@ximian.com> + + * gui/component/addressbook.c (update_pixmaps): Consider the + placeholder in the path for the "Print" item. + +2001-01-25 Ettore Perazzoli <ettore@ximian.com> * gui/component/addressbook.c (update_pixmaps): Set the icon for "/Toolbar/Find" to "24_find_contact.xpm". 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"); |