diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-02 18:41:49 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-08 20:23:16 +0800 |
commit | 6573920f71ab5d40d27e4fb9b68f11fb0271c7b6 (patch) | |
tree | 5d4433751c6a540cb1e15d107d67cfc1b7427b85 /libempathy | |
parent | 513e354659c7afc6cf2c860d8466a84b22e3d49f (diff) | |
download | gsoc2013-empathy-6573920f71ab5d40d27e4fb9b68f11fb0271c7b6.tar gsoc2013-empathy-6573920f71ab5d40d27e4fb9b68f11fb0271c7b6.tar.gz gsoc2013-empathy-6573920f71ab5d40d27e4fb9b68f11fb0271c7b6.tar.bz2 gsoc2013-empathy-6573920f71ab5d40d27e4fb9b68f11fb0271c7b6.tar.lz gsoc2013-empathy-6573920f71ab5d40d27e4fb9b68f11fb0271c7b6.tar.xz gsoc2013-empathy-6573920f71ab5d40d27e4fb9b68f11fb0271c7b6.tar.zst gsoc2013-empathy-6573920f71ab5d40d27e4fb9b68f11fb0271c7b6.zip |
Revert "Revert "contact-blocking-dialog: use tp-glib high level blocking API""
This reverts commit 40dc4074eeecb15c82d9eacb3fcd54cff7162440.
We can now depends on it.
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-client-factory.c | 3 |
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; } |