From 73cf3167b6e5f5ed583ff94795734728ef69e146 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 1 Aug 2002 21:29:26 +0000 Subject: (create_component): Use "contact-list-16.png" for the "New Contact List" item. svn path=/trunk/; revision=17678 --- addressbook/gui/component/addressbook-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') 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); -- cgit v1.2.3