fix missing argument.

This commit is contained in:
Yann Leboulanger 2009-04-13 15:15:45 +00:00
parent 84b65054b1
commit ad125ecaac

View file

@ -2301,7 +2301,7 @@ class RosterWindow:
if get_msg: if get_msg:
self.get_status_message('offline', None, on_continue) self.get_status_message('offline', None, on_continue)
else: else:
on_continue('') on_continue('', None)
################################################################################ ################################################################################
### Menu and GUI callbacks ### Menu and GUI callbacks