summaryrefslogtreecommitdiff
path: root/src/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.py')
-rw-r--r--src/gui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui.py b/src/gui.py
index d3d76596..4f647930 100644
--- a/src/gui.py
+++ b/src/gui.py
@@ -928,8 +928,7 @@ class Gui(object):
is_jid(self.current_tab().get_name()):
room += '@%s' % jid_get_domain(self.current_tab().get_name())
else: # no server could be found, print a message and return
- # self.add_message_to_text_buffer(self.current_room(), _("You didn't specify a server for the room you want to join"))
- # TODO INFO
+ self.information(_("You didn't specify a server for the room you want to join"), 'Error')
return
r = self.get_room_by_name(room)
if len(args) == 2: # a password is provided