[commit-gajim] r11228 - trunk/src

asterix at gajim.org asterix at gajim.org
Mon Apr 13 17:15:45 CEST 2009


Author: asterix
Date: 2009-04-13 17:15:45 +0200 (Mon, 13 Apr 2009)
New Revision: 11228

Modified:
   trunk/src/roster_window.py
Log:
fix missing argument.


Modified: trunk/src/roster_window.py
===================================================================
--- trunk/src/roster_window.py	2009-04-13 09:05:22 UTC (rev 11227)
+++ trunk/src/roster_window.py	2009-04-13 15:15:45 UTC (rev 11228)
@@ -2301,7 +2301,7 @@
 		if get_msg:
 			self.get_status_message('offline', None, on_continue)
 		else:
-			on_continue('')
+			on_continue('', None)
 
 ################################################################################
 ### Menu and GUI callbacks



More information about the Commits mailing list