Actually make the icon for the "print" menu item work (I was missing a

placeholder in the path).

svn path=/trunk/; revision=7806
This commit is contained in:
Ettore Perazzoli
2001-01-25 08:09:13 +00:00
parent 57f1c74f30
commit 58745c4e99
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
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
+1 -1
View File
@@ -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");