diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-02-04 14:47:31 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-02-04 14:47:31 +0800 |
commit | c485dc5d389f80edd6e425333228dc306da186c6 (patch) | |
tree | 5e970c7236f29a7f811d6526262fa44fe00a0bf1 /libempathy-gtk/Makefile.am | |
parent | c1aff983fed1a1fab92585fb7a4ccf5f643e048d (diff) | |
download | gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.gz gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.bz2 gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.lz gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.xz gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.tar.zst gsoc2013-empathy-c485dc5d389f80edd6e425333228dc306da186c6.zip |
Beginning of contact blocking dialog
Can currently select an account and view the contact blocking 'deny' list.
List reponds to changes in the group membership.
Add/Remove buttons do not yet do anything.
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 91d396e24..ca14833d2 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -45,6 +45,7 @@ libempathy_gtk_handwritten_source = \ empathy-chat-text-view.c \ empathy-chat-view.c \ empathy-chat.c \ + empathy-contact-blocking-dialog.c \ empathy-contact-dialogs.c \ empathy-contact-list-store.c \ empathy-contact-list-view.c \ @@ -108,6 +109,7 @@ libempathy_gtk_headers = \ empathy-chat-text-view.h \ empathy-chat-view.h \ empathy-chat.h \ + empathy-contact-blocking-dialog.h \ empathy-contact-dialogs.h \ empathy-contact-list-store.h \ empathy-contact-list-view.h \ @@ -190,6 +192,7 @@ uidir = $(datadir)/empathy ui_DATA = \ empathy-contact-widget.ui \ empathy-contact-dialogs.ui \ + empathy-contact-blocking-dialog.ui \ empathy-account-widget-generic.ui \ empathy-account-widget-jabber.ui \ empathy-account-widget-msn.ui \ |