diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-01-17 17:51:25 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-01-17 17:51:25 +0100 |
commit | 8ab4fc05c327a77e24929c614afb08163f03c24f (patch) | |
tree | 0f5a72f3205f3cd679641bf6e17eb2ae15d94e6c /src/tabs.py | |
parent | c5cc462963363b2307a2a341da170829385a9589 (diff) | |
download | poezio-8ab4fc05c327a77e24929c614afb08163f03c24f.tar.gz poezio-8ab4fc05c327a77e24929c614afb08163f03c24f.tar.bz2 poezio-8ab4fc05c327a77e24929c614afb08163f03c24f.tar.xz poezio-8ab4fc05c327a77e24929c614afb08163f03c24f.zip |
Refresh the rooster when canceling the search.
fixes #2195
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py index 5836d072..3df3b618 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -2869,6 +2869,7 @@ class RosterInfoTab(Tab): self.refresh() return False + @refresh_wrapper.always def on_search_terminate(self, txt): curses.curs_set(0) roster.contact_filter = None |