diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 3 |
2 files changed, 7 insertions, 1 deletions
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 <miguel@ximian.com> + + * gui/component/addressbook.c (update_pixmaps): Added artwork from + Jakub. + 2001-03-19 Christopher James Lahey <clahey@ximian.com> * 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 |