Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'chat.py')
-rw-r--r--chat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat.py b/chat.py
index 09bfa6a..173448e 100644
--- a/chat.py
+++ b/chat.py
@@ -62,7 +62,7 @@ class View(Gtk.EventBox):
self._buddies_box.add_with_viewport(self._buddies_list)
# chat entry
-
+"""
self._chat = ChatBox()
self.me, my_face_widget = self._new_face(self._chat.owner, ENTRY_COLOR)
@@ -93,7 +93,7 @@ class View(Gtk.EventBox):
self._desk.add(chat_box)
self.set_root(self._desk)
-
+"""
def update(self, status):
self.me.update(status)
if self.messenger: