From e0e2123a4be207a65e48e016007e71579fae2ba5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 6 Jul 2014 00:18:29 +0200 Subject: Fix #2534 (display who changed the topic) --- src/core/handlers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/handlers.py') diff --git a/src/core/handlers.py b/src/core/handlers.py index 56239274..119d9e74 100644 --- a/src/core/handlers.py +++ b/src/core/handlers.py @@ -972,6 +972,7 @@ def on_groupchat_subject(self, message): time=None, typ=2) tab.topic = subject + tab.topic_from = nick_from if self.get_tab_by_name(room_from, tabs.MucTab) is self.current_tab(): self.refresh_window() -- cgit v1.2.3