79 chars margin
This commit is contained in:
parent
f4336e3b4f
commit
53c96cab64
|
@ -312,7 +312,8 @@ class Interface:
|
|||
_('Contact Signed In'), jid, account)
|
||||
self.roster.popup_notification_windows.append(instance)
|
||||
if self.remote and self.remote.is_enabled():
|
||||
self.remote.raise_signal('ContactPresence', (account, array))
|
||||
self.remote.raise_signal('ContactPresence',
|
||||
(account, array))
|
||||
|
||||
elif old_show > 1 and new_show < 2:
|
||||
if gajim.config.get_per('soundevents', 'contact_disconnected',
|
||||
|
|
Loading…
Reference in New Issue