Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--chat.py3
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e13879b..2f57bc1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+22
+
+* Revert message dialog added by mistake. (marco)
+
21
* Add spanish translation (xavi)
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)