diff options
author | Chris Toshok <toshok@ximian.com> | 2002-08-29 15:29:30 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-08-29 15:29:30 +0800 |
commit | b882d7ff1ec8ae53bea7cc545e2d0f399f2c3486 (patch) | |
tree | 471d146d3a000a8793c04bec91e51f993e3b21b3 /addressbook/ChangeLog | |
parent | 87f846e09ad0b0ff27d25d45e7176cfd0af6677b (diff) | |
download | gsoc2013-evolution-b882d7ff1ec8ae53bea7cc545e2d0f399f2c3486.tar.gz gsoc2013-evolution-b882d7ff1ec8ae53bea7cc545e2d0f399f2c3486.tar.zst gsoc2013-evolution-b882d7ff1ec8ae53bea7cc545e2d0f399f2c3486.zip |
[ fixes #25038 ] need to have EVOLUTION_ICONSDIR defined.
2002-08-29 Chris Toshok <toshok@ximian.com>
[ 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 11e87b8868..e06621f8fa 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,21 @@ +2002-08-29 Chris Toshok <toshok@ximian.com> + + [ 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" + 2002-08-28 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-ldap.c (pas_backend_ldap_search): spew |