From ce7689f7db095324836af970e43d001e508b9c07 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Mon, 26 Jul 2010 00:13:47 +0000 Subject: do not empty the topic on /topic command. Fixed #1676 --- src/gui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui.py') diff --git a/src/gui.py b/src/gui.py index 6e0d33e1..26a4a00b 100644 --- a/src/gui.py +++ b/src/gui.py @@ -878,6 +878,7 @@ class Gui(object): room = self.current_room() if len(args) == 0: self.add_message_to_room(room, _("The subject of the room is: %s") % room.topic.decode('utf-8')) + return subject = ' '.join(args) if not room.joined or room.name == "Info": return -- cgit v1.2.3