aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-06-15 04:34:28 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-06-15 04:34:28 +0800
commit02fcffa26b4b145153f63e24ea047414d8951eb5 (patch)
tree342173e208ca262d20b07f8e462fced6558b1941 /libempathy-gtk
parent687bc5292cfd3ade55479d168c39b17c8d8b8958 (diff)
downloadgsoc2013-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')
-rw-r--r--libempathy-gtk/empathy-images.h2
-rw-r--r--libempathy-gtk/gossip-chat.c1
2 files changed, 1 insertions, 2 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
diff --git a/libempathy-gtk/gossip-chat.c b/libempathy-gtk/gossip-chat.c
index 657535d5a..1ad76b7f5 100644
--- a/libempathy-gtk/gossip-chat.c
+++ b/libempathy-gtk/gossip-chat.c
@@ -33,7 +33,6 @@
#include <gdk/gdkkeysyms.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <glade/glade.h>
#include <libempathy/empathy-contact-manager.h>
#include <libempathy/empathy-log-manager.h>