diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-12-15 19:51:07 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-12-15 19:51:07 +0100 |
commit | 266ba884e50b550122fefb568888fb5d1f91fba7 (patch) | |
tree | c5010fe95763c09017aa10ed0aa1dd852b98a873 /src/windows.py | |
parent | 4fe00ed0693340b4b76b563f6015120de25e2fe6 (diff) | |
download | poezio-266ba884e50b550122fefb568888fb5d1f91fba7.tar.gz poezio-266ba884e50b550122fefb568888fb5d1f91fba7.tar.bz2 poezio-266ba884e50b550122fefb568888fb5d1f91fba7.tar.xz poezio-266ba884e50b550122fefb568888fb5d1f91fba7.zip |
Make /w command better.
fix #2185
Diffstat (limited to 'src/windows.py')
-rw-r--r-- | src/windows.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |