aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/Makefile.am
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-06 23:03:06 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-06 23:03:06 +0800
commitb1695c4a0881a60988b30dc03a71c166e73e5537 (patch)
tree5df8c2dc46ede948a234291709eff25ce44e3f55 /libempathy-gtk/Makefile.am
parent05089ed22d62dc30ce6b03d65d37cb1cf53247ff (diff)
downloadgsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.gz
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.bz2
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.lz
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.xz
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.tar.zst
gsoc2013-empathy-b1695c4a0881a60988b30dc03a71c166e73e5537.zip
2007-06-06 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-status-icon.c: * libempathy-gtk/empathy-contact-widget.glade: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It displays information about a contact, it can be used in any kind of dialog which needs to display contact information like alias, groups, avatar, etc. If the contact is the selfcontact information are editable. * libempathy/empathy-tp-contact-list.c: Do not take care of subscription changes. * libempathy/gossip-contact.c: Use gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE) when there is no presence. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@124 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index e6d12a78f..ebee9a566 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -12,6 +12,7 @@ libempathy_gtk_la_SOURCES = \
empathy-images.h \
empathy-main-window.c empathy-main-window.h \
empathy-status-icon.c empathy-status-icon.h \
+ empathy-contact-widget.c empathy-contact-widget.h \
gossip-accounts-dialog.c gossip-accounts-dialog.h \
gossip-account-widget-generic.c gossip-account-widget-generic.h \
gossip-account-widget-jabber.c gossip-account-widget-jabber.h \
@@ -48,6 +49,7 @@ gladedir = $(datadir)/empathy
glade_DATA = \
empathy-main-window.glade \
empathy-status-icon.glade \
+ empathy-contact-widget.glade \
gossip-preferences.glade \
gossip-presence-chooser.glade \
gossip-accounts-dialog.glade \