fix the Enter key on roster search
This commit is contained in:
parent
a41b036155
commit
e07f631609
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ class RosterInfoTab(Tab):
|
|||
curses.curs_set(0)
|
||||
roster._contact_filter = None
|
||||
self.reset_help_message()
|
||||
return True
|
||||
return False
|
||||
|
||||
def just_before_refresh(self):
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue