projects
/
empathy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "Revert "contact-blocking-dialog: use tp-glib high level blocking API""
[empathy.git]
/
libempathy
/
empathy-client-factory.c
diff --git
a/libempathy/empathy-client-factory.c
b/libempathy/empathy-client-factory.c
index f7529bf2e590177e98dbe2d30ddd4d5e918cb343..beaa62157fe8b13a591997cc75e49bb1de3f592e 100644
(file)
--- 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;
}