From 3ea295f8c78d74c7ce94db3271f0ce3464e4e0cb Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Mon, 27 Sep 2010 22:53:25 +0000 Subject: avoid a crash when receiving a message from someone not in our roster --- src/gui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui.py') 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 -- cgit v1.2.3