summaryrefslogtreecommitdiff
path: root/poezio/windows
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2018-12-16 14:20:55 +0000
committerMaxime “pep” Buquet <pep@bouah.net>2018-12-16 14:20:55 +0000
commit0276e748989f5ccf463ce68f11bbb75e66407913 (patch)
tree06242d63b8ef55f406e95579de66d960c78dbcf9 /poezio/windows
parentf00866c56a557e2850a6e8c2b4cc03e08966b30b (diff)
downloadpoezio-0276e748989f5ccf463ce68f11bbb75e66407913.tar.gz
poezio-0276e748989f5ccf463ce68f11bbb75e66407913.tar.bz2
poezio-0276e748989f5ccf463ce68f11bbb75e66407913.tar.xz
poezio-0276e748989f5ccf463ce68f11bbb75e66407913.zip
MucInfoWin: correctly pass JID to additional info plugin
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'poezio/windows')
-rw-r--r--poezio/windows/info_wins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/windows/info_wins.py b/poezio/windows/info_wins.py
index 317f24f7..abc0a401 100644
--- a/poezio/windows/info_wins.py
+++ b/poezio/windows/info_wins.py
@@ -266,7 +266,7 @@ class MucInfoWin(InfoWin):
self.write_disconnected(room)
self.write_role(room, user)
if information:
- self.write_additional_information(information, room)
+ self.write_additional_information(information, room.name)
if window:
self.print_scroll_position(window)
self.finish_line(get_theme().COLOR_INFORMATION_BAR)