From b882d7ff1ec8ae53bea7cc545e2d0f399f2c3486 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 29 Aug 2002 07:29:30 +0000 Subject: [ fixes #25038 ] need to have EVOLUTION_ICONSDIR defined. 2002-08-29 Chris Toshok [ fixes #25038 ] * gui/contact-editor/Makefile.am (INCLUDES): need to have EVOLUTION_ICONSDIR defined. * gui/contact-list-editor/Makefile.am (INCLUDES): same. * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): set the window icon to the contact mini icon. * gui/contact-list-editor/e-contact-list-editor.c (e_contact_list_editor_init): set the window icon to the new contact list icon. * gui/widgets/e-minicard.c (LIST_ICON_FILENAME): change to (the prettier, imo) "contact-list-16.png" svn path=/trunk/; revision=17915 --- addressbook/gui/widgets/e-minicard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/widgets') diff --git a/addressbook/gui/widgets/e-minicard.c b/addressbook/gui/widgets/e-minicard.c index 76761f9515..99e1d524fa 100644 --- a/addressbook/gui/widgets/e-minicard.c +++ b/addressbook/gui/widgets/e-minicard.c @@ -67,7 +67,7 @@ struct _EMinicardField { #define d(x) -#define LIST_ICON_FILENAME "contact-is-a-list.png" +#define LIST_ICON_FILENAME "contact-list-16.png" #define E_MINICARD_FIELD(field) ((EMinicardField *)(field)) -- cgit v1.2.3