aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-08-02 05:29:26 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-08-02 05:29:26 +0800
commit73cf3167b6e5f5ed583ff94795734728ef69e146 (patch)
treed77f2cf64b45ba1ad7da4973dd4bdb02d253812e /addressbook
parentabbe834dfdb88d81b322e36953843a65f5f1f054 (diff)
downloadgsoc2013-evolution-73cf3167b6e5f5ed583ff94795734728ef69e146.tar
gsoc2013-evolution-73cf3167b6e5f5ed583ff94795734728ef69e146.tar.gz
gsoc2013-evolution-73cf3167b6e5f5ed583ff94795734728ef69e146.tar.bz2
gsoc2013-evolution-73cf3167b6e5f5ed583ff94795734728ef69e146.tar.lz
gsoc2013-evolution-73cf3167b6e5f5ed583ff94795734728ef69e146.tar.xz
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')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook-component.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 70c228ab87..1b3b3f1d4f 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-01 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/component/addressbook-component.c (create_component): Use
+ "contact-list-16.png" for the "New Contact List" item.
+
2002-07-31 Ettore Perazzoli <ettore@ximian.com>
* gui/component/addressbook-component.c (create_component): Change
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);