30 sec -> 15 sec of delay before showing notification windows
This commit is contained in:
parent
834d16654f
commit
2737236f48
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue