aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-25 16:09:13 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-25 16:09:13 +0800
commit58745c4e998b433378a5b759331d14d08edf6b7d (patch)
tree8200a376d186b3a35b9b80d969bc6c90dfe2242e
parent57f1c74f30c97911e0c8b6d47f00e3067a73d9ed (diff)
downloadgsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.gz
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.bz2
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.lz
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.xz
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.tar.zst
gsoc2013-evolution-58745c4e998b433378a5b759331d14d08edf6b7d.zip
Actually make the icon for the "print" menu item work (I was missing a
placeholder in the path). svn path=/trunk/; revision=7806
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook.c2
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");