From 53c96cab64104c80f19eb99a1baeae7c05a40ecb Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 20 Jul 2005 20:39:04 +0000 Subject: [PATCH] 79 chars margin --- src/gajim.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index ced2d00cd..e689be506 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -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',