aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);