Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/PresenceView.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-09 16:29:33 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-09 16:29:33 (GMT)
commit0dcaf314f7933a6852bd45ea1d6705bfb5659443 (patch)
tree96cf6753b900524c06146bfede49005206edb76e /shell/PresenceView.py
parent95d9b7fe8e7cbde413ef5f937cc1dda2b7fa8813 (diff)
Several fixes and cleanups
Diffstat (limited to 'shell/PresenceView.py')
-rw-r--r--shell/PresenceView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/PresenceView.py b/shell/PresenceView.py
index 4ecb799..692d836 100644
--- a/shell/PresenceView.py
+++ b/shell/PresenceView.py
@@ -111,7 +111,7 @@ class PresenceView(gtk.VBox):
if buddy:
chat_service = buddy.get_service_of_type(BuddyChat.SERVICE_TYPE)
activity = self._shell.start_activity('com.redhat.Sugar.ChatActivity')
- #activity.execute('start', [chat_service.object_path()])
+ activity.execute('start', [chat_service.object_path()])
def __buddy_icon_changed_cb(self, buddy):
it = self._get_iter_for_buddy(buddy)