From 2309c677b4061f206ba8e3cc3cc6804634b9a359 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 14 Mar 2001 00:44:38 +0000 Subject: Fix a warning here. 2001-03-13 Christopher James Lahey * gui/component/addressbook.c (update_pixmaps): Fix a warning here. svn path=/trunk/; revision=8695 --- 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 7bde798270..19a16ea4c7 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-03-13 Christopher James Lahey + + * gui/component/addressbook.c (update_pixmaps): Fix a warning + here. + 2001-03-13 Christopher James Lahey * gui/widgets/Makefile.am (minicard_label_test_LDADD): Change to diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 0679f68598..3205a46a3d 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -310,7 +310,7 @@ set_pixmap (BonoboUIComponent *uic, static void update_pixmaps (BonoboUIComponent *uic) { -/* set_pixmap (uic, "/menu/File/Print/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/Tools/Component/AddressbookConfig", "16_configure_addressbook.xpm"); set_pixmap (uic, "/Toolbar/View All", "24_all_contacts.xpm"); -- cgit v1.2.3