From aec0b546310863b7aea80240aff6505f1c448831 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 21 Mar 2001 02:57:37 +0000 Subject: Added new icons. 2001-03-20 Miguel de Icaza * folder-browser-factory.c: Added new icons. 2001-03-18 Miguel de Icaza * folder-browser-factory.c: Remove duplicated verb. 2001-03-20 Miguel de Icaza * gui/component/addressbook.c (update_pixmaps): Added artwork from Jakub. 2001-03-20 Miguel de Icaza * evolution-addressbook.xml: Added artwork from Jakub. 2001-03-20 Miguel de Icaza * art/Makefile.am (images_DATA): Added all the new icons to the distribution. svn path=/trunk/; revision=8859 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 21956f8bcc..2e127a6751 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-03-20 Miguel de Icaza + + * gui/component/addressbook.c (update_pixmaps): Added artwork from + Jakub. + 2001-03-19 Christopher James Lahey * Merged branch: diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 3205a46a3d..09b45a65d2 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -314,7 +314,8 @@ update_pixmaps (BonoboUIComponent *uic) set_pixmap (uic, "/menu/Tools/Component/AddressbookConfig", "16_configure_addressbook.xpm"); set_pixmap (uic, "/Toolbar/View All", "24_all_contacts.xpm"); - set_pixmap (uic, "/Toolbar/Find", "24_find_contact.xpm"); + set_pixmap (uic, "/Toolbar/Find", "24_find_contact.xpm"); + set_pixmap (uic, "/Toolbar/New", "new_contact.xpm"); } static void -- cgit v1.2.3