some coding standards

This commit is contained in:
Yann Leboulanger 2008-08-12 08:17:02 +00:00
parent a6ff8bac5e
commit cdffa94641

View file

@ -2725,8 +2725,8 @@ class Interface:
ctrl = win.get_control(fjid, account)
if not ctrl:
ctrl = self.new_chat(contact, account,
resource = resource, session = session)
ctrl = self.new_chat(contact, account, resource=resource,
session=session)
# last message is long time ago
gajim.last_message_time[account][ctrl.get_full_jid()] = 0