aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-26 23:43:50 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-02 18:38:37 +0800
commitd8153fa21a7beb4229dbba1810eb8544af91db4f (patch)
tree5a357a0fb84f3d77190f05bd5e3c1798bc2b4857 /libempathy
parent14b39f587a847e64962eb5aeac486c5a79858c9d (diff)
downloadgsoc2013-empathy-d8153fa21a7beb4229dbba1810eb8544af91db4f.tar
gsoc2013-empathy-d8153fa21a7beb4229dbba1810eb8544af91db4f.tar.gz
gsoc2013-empathy-d8153fa21a7beb4229dbba1810eb8544af91db4f.tar.bz2
gsoc2013-empathy-d8153fa21a7beb4229dbba1810eb8544af91db4f.tar.lz
gsoc2013-empathy-d8153fa21a7beb4229dbba1810eb8544af91db4f.tar.xz
gsoc2013-empathy-d8153fa21a7beb4229dbba1810eb8544af91db4f.tar.zst
gsoc2013-empathy-d8153fa21a7beb4229dbba1810eb8544af91db4f.zip
contact-blocking-dialog: use tp-glib high level blocking API
https://bugzilla.gnome.org/show_bug.cgi?id=661805
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-client-factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c
index f7529bf2e..beaa62157 100644
--- a/libempathy/empathy-client-factory.c
+++ b/libempathy/empathy-client-factory.c
@@ -158,6 +158,9 @@ empathy_client_factory_dup_connection_features (TpSimpleClientFactory *factory,
feature = TP_CONNECTION_FEATURE_BALANCE;
g_array_append_val (features, feature);
+ feature = TP_CONNECTION_FEATURE_CONTACT_BLOCKING;
+ g_array_append_val (features, feature);
+
return features;
}