From ad125ecaacfcd8ec59d108cdc787ec7cd2d125ef Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 13 Apr 2009 15:15:45 +0000 Subject: [PATCH] fix missing argument. --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 5135bcf72..460f6c484 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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