Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2006-03-05 12:46:37 +0300
committerYann Leboulanger <asterix@lagaule.org>2006-03-05 12:46:37 +0300
commit45ca90bbe10046f1a667011bf677a13d94cb3ad2 (patch)
tree6d6a6f982cc6672ec586c1de24cdd5cd168666b2 /src/message_window.py
parent644e744bd22db35d94fbee635656f566faf22cb3 (diff)
fix TB
Diffstat (limited to 'src/message_window.py')
-rw-r--r--src/message_window.py2
1 files changed, 1 insertions, 1 deletions
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)