diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:29:26 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:29:26 +0800 |
commit | 73cf3167b6e5f5ed583ff94795734728ef69e146 (patch) | |
tree | d77f2cf64b45ba1ad7da4973dd4bdb02d253812e /addressbook/gui | |
parent | abbe834dfdb88d81b322e36953843a65f5f1f054 (diff) | |
download | gsoc2013-evolution-73cf3167b6e5f5ed583ff94795734728ef69e146.tar.gz gsoc2013-evolution-73cf3167b6e5f5ed583ff94795734728ef69e146.tar.zst gsoc2013-evolution-73cf3167b6e5f5ed583ff94795734728ef69e146.zip |
(create_component): Use
"contact-list-16.png" for the "New Contact List" item.
svn path=/trunk/; revision=17678
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index a8d01563f4..1ef6b1675c 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -584,7 +584,7 @@ create_component (void) add_creatable_item (shell_component, "contact_list", _("New Contact List"), _("Contact _List"), _("Create a new contact list"), 'l', - "all_contacts.xpm"); + "contact-list-16.png"); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", GTK_SIGNAL_FUNC (owner_set_cb), NULL); |