diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-06 23:03:06 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-06 23:03:06 +0800 |
commit | c063bac41998b5106743a47426b737ab7c59640d (patch) | |
tree | 5df8c2dc46ede948a234291709eff25ce44e3f55 /libempathy-gtk/Makefile.am | |
parent | 976d656a08ded1864324b6060ef035ffcb0b833b (diff) | |
download | gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.gz gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.bz2 gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.lz gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.xz gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.tar.zst gsoc2013-empathy-c063bac41998b5106743a47426b737ab7c59640d.zip |
New widget: EmpathyContactWidget. It displays information about a contact,
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.
svn path=/trunk/; revision=124
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
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 \ |