From 21caf36ea48500ee34ab92a86c72f6204f79cc83 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 14 Oct 2012 15:42:55 +0200 Subject: Fix a refresh issue on space in the roster --- src/tabs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/tabs.py b/src/tabs.py index 68a93667..b16f9448 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -2573,6 +2573,8 @@ class RosterInfoTab(Tab): if isinstance(selected_row, RosterGroup) or\ isinstance(selected_row, Contact): selected_row.toggle_folded() + self.refresh() + self.core.doupdate() return True def get_contact_version(self): -- cgit v1.2.3