Disable the presence service. You can reenable it by just
changing the _ENABLE var to True.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user