Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2008-01-03 16:33:23 (GMT)
committer Dafydd Harries <dafydd.harries@collabora.co.uk>2008-01-03 16:33:23 (GMT)
commit76984f3f2808c3fe3cf3f6472ae3cbd0c9ece8ee (patch)
tree5bf9b235a467b4208295a206c5410839467aba18 /src
parent43adcff1a662463e2989539708badb8fde0a60b6 (diff)
parentae12e8717ca9ed0c92409742f9814f28e62ca1c4 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/presence-service
Conflicts: NEWS
Diffstat (limited to 'src')
-rw-r--r--src/buddy.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buddy.py b/src/buddy.py
index 3678a88..4b8f76d 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -596,7 +596,9 @@ class Buddy(ExportedGObject):
# Telepathy connection
if current_activity or self._current_activity_plugin is tp:
self._current_activity_plugin = tp
- self.set_properties({_PROP_CURACT: current_activity})
+ gobject.timeout_add(500,
+ lambda: self.set_properties(
+ {_PROP_CURACT: current_activity}))
def update_avatar(self, tp, new_avatar_token, icon=None, mime_type=None):
"""Handle update of the avatar"""