summaryrefslogtreecommitdiff
path: root/src/tabs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs')
-rw-r--r--src/tabs/muctab.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tabs/muctab.py b/src/tabs/muctab.py
index 500ea541..2ea7fe1f 100644
--- a/src/tabs/muctab.py
+++ b/src/tabs/muctab.py
@@ -534,8 +534,8 @@ class MucTab(ChatTab):
if not arg.strip():
self._text_buffer.add_message(
_("\x19%s}The subject of the room is: %s") %
- dump_tuple(get_theme().COLOR_INFORMATION_TEXT,
- self.topic))
+ (dump_tuple(get_theme().COLOR_INFORMATION_TEXT),
+ self.topic))
self.refresh()
return
subject = arg