Disable the presence service. You can reenable it by just

changing the _ENABLE var to True.
This commit is contained in:
Marco Pesenti Gritti
2007-03-28 12:17:34 +02:00
parent 1037fe6ca4
commit bf805bfa2f
3 changed files with 75 additions and 10 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ class ActivityHost:
win = self._gdk_window
#self._chat_widget = ActivityChat.ActivityChat(self)
#self._chat_window = ActivityChatWindow(win, self._chat_widget)
self._chat_widget = gtk.HBox()
self._chat_window = ActivityChatWindow(win, self._chat_widget)
self._frame_was_visible = False