From 8bc51f53608f13ad9be38084747d72beeec8d96f Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 22 Nov 2005 00:32:38 +0000 Subject: [PATCH] 80 chars width --- src/gajim.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gajim.py b/src/gajim.py index 4e3cf3e43..cdf876e91 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -315,9 +315,9 @@ class Interface: old_show = 0 contact1 = Contact(jid = contact1.jid, name = contact1.name, groups = contact1.groups, show = contact1.show, - status = contact1.status, sub = contact1.sub, ask = contact1.ask, - resource = contact1.resource, priority = contact1.priority, - keyID = contact1.keyID) + status = contact1.status, sub = contact1.sub, + ask = contact1.ask, resource = contact1.resource, + priority = contact1.priority, keyID = contact1.keyID) lcontact.append(contact1) contact1.resource = resource if contact1.jid.find('@') > 0 and len(lcontact) == 1: # It's not an agent