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.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/chat.py b/chat.py
index c0d439d..2aed7c2 100644
--- a/chat.py
+++ b/chat.py
@@ -95,9 +95,6 @@ class Chat(Activity):
def _shared_cb(self, activity):
logger.debug('Chat was shared')
self._setup()
- dialog = gtk.MessageDialog(message_format='Hello')
- dialog.set_transient_for(self)
- dialog.show()
def _setup(self):
self.text_channel = TextChannelWrapper(self)