fix missing argument.
This commit is contained in:
parent
84b65054b1
commit
ad125ecaac
1 changed files with 1 additions and 1 deletions
|
@ -2301,7 +2301,7 @@ class RosterWindow:
|
|||
if get_msg:
|
||||
self.get_status_message('offline', None, on_continue)
|
||||
else:
|
||||
on_continue('')
|
||||
on_continue('', None)
|
||||
|
||||
################################################################################
|
||||
### Menu and GUI callbacks
|
||||
|
|
Loading…
Add table
Reference in a new issue