diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-02 18:41:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-02 18:41:11 +0800 |
commit | 40dc4074eeecb15c82d9eacb3fcd54cff7162440 (patch) | |
tree | 171e5e2923d4ccddc8f34725e91f20e37d764233 /libempathy | |
parent | d8153fa21a7beb4229dbba1810eb8544af91db4f (diff) | |
download | gsoc2013-empathy-40dc4074eeecb15c82d9eacb3fcd54cff7162440.tar gsoc2013-empathy-40dc4074eeecb15c82d9eacb3fcd54cff7162440.tar.gz gsoc2013-empathy-40dc4074eeecb15c82d9eacb3fcd54cff7162440.tar.bz2 gsoc2013-empathy-40dc4074eeecb15c82d9eacb3fcd54cff7162440.tar.lz gsoc2013-empathy-40dc4074eeecb15c82d9eacb3fcd54cff7162440.tar.xz gsoc2013-empathy-40dc4074eeecb15c82d9eacb3fcd54cff7162440.tar.zst gsoc2013-empathy-40dc4074eeecb15c82d9eacb3fcd54cff7162440.zip |
Revert "contact-blocking-dialog: use tp-glib high level blocking API"
This reverts commit d8153fa21a7beb4229dbba1810eb8544af91db4f.
I was not supposed to commit that yet; the tp-glib API hasn't been released.
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-client-factory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index beaa62157..f7529bf2e 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -158,9 +158,6 @@ 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; } |