From 266ba884e50b550122fefb568888fb5d1f91fba7 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 15 Dec 2012 19:51:07 +0100 Subject: Make /w command better. fix #2185 --- src/windows.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/windows.py') diff --git a/src/windows.py b/src/windows.py index e8f4ce8f..bc697300 100644 --- a/src/windows.py +++ b/src/windows.py @@ -504,6 +504,7 @@ class ConversationInfoWin(InfoWin): """ for key in informations: self.addstr(informations[key](jid), to_curses_attr(get_theme().COLOR_INFORMATION_BAR)) + def write_resource_information(self, resource): """ Write the informations about the resource -- cgit v1.2.3