aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@ximian.com>2001-03-21 10:57:37 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-03-21 10:57:37 +0800
commitaec0b546310863b7aea80240aff6505f1c448831 (patch)
tree1508272f0839ef344be89bbc9e9b3ed82c7673ea /addressbook/gui/component
parent88300ba1fdd86d6440828648e4b697ed82f52aef (diff)
downloadgsoc2013-evolution-aec0b546310863b7aea80240aff6505f1c448831.tar
gsoc2013-evolution-aec0b546310863b7aea80240aff6505f1c448831.tar.gz
gsoc2013-evolution-aec0b546310863b7aea80240aff6505f1c448831.tar.bz2
gsoc2013-evolution-aec0b546310863b7aea80240aff6505f1c448831.tar.lz
gsoc2013-evolution-aec0b546310863b7aea80240aff6505f1c448831.tar.xz
gsoc2013-evolution-aec0b546310863b7aea80240aff6505f1c448831.tar.zst
gsoc2013-evolution-aec0b546310863b7aea80240aff6505f1c448831.zip
Added new icons.
2001-03-20 Miguel de Icaza <miguel@ximian.com> * folder-browser-factory.c: Added new icons. 2001-03-18 Miguel de Icaza <miguel@ximian.com> * folder-browser-factory.c: Remove duplicated verb. 2001-03-20 Miguel de Icaza <miguel@ximian.com> * gui/component/addressbook.c (update_pixmaps): Added artwork from Jakub. 2001-03-20 Miguel de Icaza <miguel@ximian.com> * evolution-addressbook.xml: Added artwork from Jakub. 2001-03-20 Miguel de Icaza <miguel@ximian.com> * art/Makefile.am (images_DATA): Added all the new icons to the distribution. svn path=/trunk/; revision=8859
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/addressbook.c3
1 files changed, 2 insertions, 1 deletions
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