diff options
author | Michael Monreal <mmonreal@svn.gnome.org> | 2008-08-08 20:51:05 +0800 |
---|---|---|
committer | Michael Monreal <mmonreal@src.gnome.org> | 2008-08-08 20:51:05 +0800 |
commit | 9071747fdb0ca659f1d0118ed69615a4f623e163 (patch) | |
tree | cc054c18c4b9018e81fe292d0072032564e2cc1b /addressbook | |
parent | 42983001ea2dade6b3e076e49028f3df7d623ee1 (diff) | |
download | gsoc2013-evolution-9071747fdb0ca659f1d0118ed69615a4f623e163.tar gsoc2013-evolution-9071747fdb0ca659f1d0118ed69615a4f623e163.tar.gz gsoc2013-evolution-9071747fdb0ca659f1d0118ed69615a4f623e163.tar.bz2 gsoc2013-evolution-9071747fdb0ca659f1d0118ed69615a4f623e163.tar.lz gsoc2013-evolution-9071747fdb0ca659f1d0118ed69615a4f623e163.tar.xz gsoc2013-evolution-9071747fdb0ca659f1d0118ed69615a4f623e163.tar.zst gsoc2013-evolution-9071747fdb0ca659f1d0118ed69615a4f623e163.zip |
** Fix for bug #546744
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #546744
* addressbook/gui/component/addressbook-view.c:
Use address-book-new icon instead of contacts-new.
svn path=/trunk/; revision=35936
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/component/addressbook-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c index 3db5bbdf36..435e803223 100644 --- a/addressbook/gui/component/addressbook-view.c +++ b/addressbook/gui/component/addressbook-view.c @@ -947,7 +947,7 @@ primary_source_selection_changed_callback (ESourceSelector *selector, } static EPopupItem abv_source_popups[] = { - { E_POPUP_ITEM, "10.new", N_("_New Address Book"), new_addressbook_cb, NULL, "contact-new", 0, 0 }, + { E_POPUP_ITEM, "10.new", N_("_New Address Book"), new_addressbook_cb, NULL, "address-book-new", 0, 0 }, { E_POPUP_ITEM, "20.saveasvcard", N_("Save As vCard..."), save_addressbook_cb, NULL,"document-save-as", 0, EAB_POPUP_SOURCE_PRIMARY }, { E_POPUP_BAR, "30.bar" }, |