Home
last modified time | relevance | path

Searched refs:allow_showing_notification (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Dgui_interface.py319 if helpers.allow_showing_notification(account):
393 if helpers.allow_showing_notification(account):
425 if helpers.allow_showing_notification(event.account):
539 if helpers.allow_showing_notification(event.account):
569 if helpers.allow_showing_notification(obj.conn.name):
604 if helpers.allow_showing_notification(account):
989 if helpers.allow_showing_notification(account):
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Dhelpers.py664 def allow_showing_notification(account): function