summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2012-03-26 10:30:44 +0200
committerSeif Lotfy <seif@lotfy.com>2012-03-26 10:30:44 +0200
commit998ace511a88f42a534ba23e1e5b1ab89bc11da1 (patch)
treededaffa89e1c66be24a41d9ac259ce938c024892
parent01d93c900f9ae003f5f402052c1ffc9f016db6c1 (diff)
Telepathy: set uniquify to False when you creating the observer, otherwise that won't match the service name and MC will still be waiting
-rwxr-xr-xtelepathy/zeitgeist-telepathy-observer2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy/zeitgeist-telepathy-observer b/telepathy/zeitgeist-telepathy-observer
index 29d80bd..623dce3 100755
--- a/telepathy/zeitgeist-telepathy-observer
+++ b/telepathy/zeitgeist-telepathy-observer
@@ -314,7 +314,7 @@ factory.add_channel_features ([Tp.Channel.get_feature_quark_contacts ()])
factory.add_contact_features ([Tp.ContactFeature.ALIAS])
observer = Tp.SimpleObserver.new_with_factory (factory, True,
- 'Zeitgeist', True, observe_channels, None)
+ 'Zeitgeist', False, observe_channels, None)
# Add call observer properties
observer.add_observer_filter ({