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:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user