Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/presence/activity.py')
-rw-r--r--sugar/presence/activity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/presence/activity.py b/sugar/presence/activity.py
index b0110a0..ad21158 100644
--- a/sugar/presence/activity.py
+++ b/sugar/presence/activity.py
@@ -64,6 +64,7 @@ class Activity(gobject.GObject):
def __init__(self, bus, new_obj_cb, del_obj_cb, object_path):
"""Initialse the activity interface, connecting to service"""
gobject.GObject.__init__(self)
+ self._telepathy_room_handle = None
self._object_path = object_path
self._ps_new_object = new_obj_cb
self._ps_del_object = del_obj_cb