From 45ca90bbe10046f1a667011bf677a13d94cb3ad2 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 5 Mar 2006 09:46:37 +0000 Subject: [PATCH] fix TB --- src/message_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message_window.py b/src/message_window.py index edd08e4bb..c10284f8a 100644 --- a/src/message_window.py +++ b/src/message_window.py @@ -402,7 +402,7 @@ class MessageWindow: else: for ctrl in self.controls(): if not ctrl.print_time_timeout_id: - ctrl.print_time_timeout() + ctrl.print_time_timeout(None) ctrl.print_time_timeout_id = gobject.timeout_add(300000, ctrl.print_time_timeout, None)