diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-02-04 14:47:31 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2011-03-08 08:26:15 +0800 |
commit | 83e88245ea04ee0d66c98ce36bf4f7112cbd2f23 (patch) | |
tree | a1b439ad6430065d7732eccc8f40b90d7e2d2d91 /libempathy-gtk/Makefile.am | |
parent | 2eb9099ce3e60b8c60039b7947e249c294b02167 (diff) | |
download | gsoc2013-empathy-83e88245ea04ee0d66c98ce36bf4f7112cbd2f23.tar gsoc2013-empathy-83e88245ea04ee0d66c98ce36bf4f7112cbd2f23.tar.gz gsoc2013-empathy-83e88245ea04ee0d66c98ce36bf4f7112cbd2f23.tar.bz2 gsoc2013-empathy-83e88245ea04ee0d66c98ce36bf4f7112cbd2f23.tar.lz gsoc2013-empathy-83e88245ea04ee0d66c98ce36bf4f7112cbd2f23.tar.xz gsoc2013-empathy-83e88245ea04ee0d66c98ce36bf4f7112cbd2f23.tar.zst gsoc2013-empathy-83e88245ea04ee0d66c98ce36bf4f7112cbd2f23.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 47b416fa0..18f9a1cdc 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -39,6 +39,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 \ @@ -98,6 +99,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 \ @@ -177,6 +179,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 \ |