Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/ActivityHost.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/ActivityHost.py')
-rw-r--r--shell/view/ActivityHost.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py
index 8d43bc2..de23d4e 100644
--- a/shell/view/ActivityHost.py
+++ b/shell/view/ActivityHost.py
@@ -19,7 +19,6 @@ import dbus
from sugar.p2p import Stream
from sugar.p2p import network
-from sugar.chat import ActivityChat
import OverlayWindow
class ActivityChatWindow(gtk.Window):
@@ -51,8 +50,8 @@ class ActivityHost:
self._overlay_window = None
win = self._gdk_window
- self._chat_widget = ActivityChat.ActivityChat(self)
- self._chat_window = ActivityChatWindow(win, self._chat_widget)
+ #self._chat_widget = ActivityChat.ActivityChat(self)
+ #self._chat_window = ActivityChatWindow(win, self._chat_widget)
self._frame_was_visible = False