diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-07 04:20:50 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-07 04:20:50 +0800 |
commit | a3a321f7e30e09c0adce157d3894642bad32e42c (patch) | |
tree | dfd9d8951bdec45d00025c9f5d09f9a68a7f5204 /libempathy-gtk/Makefile.am | |
parent | 51f7f13d735f8db9ead25711641f2974c18b2737 (diff) | |
download | gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.gz gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.bz2 gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.lz gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.xz gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.tar.zst gsoc2013-empathy-a3a321f7e30e09c0adce157d3894642bad32e42c.zip |
Implement editing and viewing contact information with right click on the
2007-06-06 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-contact-dialogs.glade:
* libempathy-gtk/empathy-contact-widget.glade:
* libempathy-gtk/empathy-status-icon.c:
* libempathy-gtk/empathy-contact-dialogs.c:
* libempathy-gtk/empathy-contact-dialogs.h:
* libempathy-gtk/gossip-ui-utils.c:
* libempathy-gtk/empathy-subscription-dialog.glade:
* libempathy-gtk/empathy-contact-widget.c:
* libempathy-gtk/gossip-ui-utils.h:
* libempathy-gtk/gossip-contact-list-view.c:
* libempathy-gtk/empathy-subscription-dialog.c:
* libempathy-gtk/Makefile.am:
* libempathy-gtk/empathy-subscription-dialog.h: Implement editing and
viewing contact information with right click on the roster.
svn path=/trunk/; revision=128
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index e2c02eddd..2c87b43f4 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -13,7 +13,7 @@ libempathy_gtk_la_SOURCES = \ empathy-main-window.c empathy-main-window.h \ empathy-status-icon.c empathy-status-icon.h \ empathy-contact-widget.c empathy-contact-widget.h \ - empathy-subscription-dialog.c empathy-subscription-dialog.c \ + empathy-contact-dialogs.c empathy-contact-dialogs.c \ 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 \ @@ -51,7 +51,7 @@ glade_DATA = \ empathy-main-window.glade \ empathy-status-icon.glade \ empathy-contact-widget.glade \ - empathy-subscription-dialog.glade \ + empathy-contact-dialogs.glade \ gossip-preferences.glade \ gossip-presence-chooser.glade \ gossip-accounts-dialog.glade \ |