print it every 5 minutes, not 3 secondes

This commit is contained in:
Yann Leboulanger 2005-03-08 15:17:08 +00:00
parent e54250cec0
commit 3777c514da
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ class tabbed_chat_window:
if self.plugin.config['print_time'] == 'sometimes':
self.print_time_timeout(user.jid)
self.print_time_timeout_id[user.jid] = gobject.timeout_add(3000, \
self.print_time_timeout_id[user.jid] = gobject.timeout_add(300000, \
self.print_time_timeout, user.jid)
def on_message_textview_key_press_event(self, widget, event):