summaryrefslogtreecommitdiff
path: root/src/tab.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.py')
-rw-r--r--src/tab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab.py b/src/tab.py
index c26b6aee..64c3c788 100644
--- a/src/tab.py
+++ b/src/tab.py
@@ -384,8 +384,8 @@ class RosterInfoTab(Tab):
self.input.resize(1, self.width, self.height-1, 0, stdscr, self.visible)
def refresh(self, tabs, informations):
- self.v_separator.refresh()
self.roster_win.refresh(self.roster)
+ self.v_separator.refresh()
self.info_win.refresh(informations)
self.tab_win.refresh(tabs, tabs[0])
self.input.refresh()