30 sec -> 15 sec of delay before showing notification windows

This commit is contained in:
Yann Leboulanger 2005-05-12 21:46:44 +00:00
parent 834d16654f
commit 2737236f48
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class Interface:
def handle_event_status(self, account, status): # OUR status
#('STATUS', account, status)
if status != 'offline':
gobject.timeout_add(30000, self.allow_notif, account)
gobject.timeout_add(15000, self.allow_notif, account)
self.roster.on_status_changed(account, status)
def handle_event_notify(self, account, array):