diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/handlers.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |