diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-15 04:34:28 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-15 04:34:28 +0800 |
commit | 02fcffa26b4b145153f63e24ea047414d8951eb5 (patch) | |
tree | 342173e208ca262d20b07f8e462fced6558b1941 /libempathy-gtk/empathy-images.h | |
parent | 687bc5292cfd3ade55479d168c39b17c8d8b8958 (diff) | |
download | gsoc2013-empathy-02fcffa26b4b145153f63e24ea047414d8951eb5.tar gsoc2013-empathy-02fcffa26b4b145153f63e24ea047414d8951eb5.tar.gz gsoc2013-empathy-02fcffa26b4b145153f63e24ea047414d8951eb5.tar.bz2 gsoc2013-empathy-02fcffa26b4b145153f63e24ea047414d8951eb5.tar.lz gsoc2013-empathy-02fcffa26b4b145153f63e24ea047414d8951eb5.tar.xz gsoc2013-empathy-02fcffa26b4b145153f63e24ea047414d8951eb5.tar.zst gsoc2013-empathy-02fcffa26b4b145153f63e24ea047414d8951eb5.zip |
Use gtk-info for contact informaiton.
2007-06-14 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-images.h:
* libempathy-gtk/gossip-chat.c: Use gtk-info for contact informaiton.
* data/22x22/empathy-proto-salut.png:
* data/22x22/Makefile.am:
* data/16x16/empathy-proto-salut.png:
* data/16x16/Makefile.am:
* data/scalable/empathy-proto-salut.svg:
* data/scalable/Makefile.am:
* data/salut.profile: Add salut icon. Fixes bug #447659 (Michael Monreal).
svn path=/trunk/; revision=157
Diffstat (limited to 'libempathy-gtk/empathy-images.h')
-rw-r--r-- | libempathy-gtk/empathy-images.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-images.h b/libempathy-gtk/empathy-images.h index 5fb4e7173..ee92f0ab4 100644 --- a/libempathy-gtk/empathy-images.h +++ b/libempathy-gtk/empathy-images.h @@ -35,7 +35,7 @@ G_BEGIN_DECLS #define EMPATHY_IMAGE_MESSAGE "empathy-message" #define EMPATHY_IMAGE_NEW_MESSAGE "empathy-new-message" #define EMPATHY_IMAGE_TYPING "empathy-typing" -#define EMPATHY_IMAGE_CONTACT_INFORMATION "empathy-contact-information" +#define EMPATHY_IMAGE_CONTACT_INFORMATION "gtk-info" #define EMPATHY_IMAGE_GROUP_MESSAGE "empathy-group-message" G_END_DECLS |