some coding standards
This commit is contained in:
parent
a6ff8bac5e
commit
cdffa94641
1 changed files with 4 additions and 4 deletions
|
@ -2725,8 +2725,8 @@ class Interface:
|
||||||
ctrl = win.get_control(fjid, account)
|
ctrl = win.get_control(fjid, account)
|
||||||
|
|
||||||
if not ctrl:
|
if not ctrl:
|
||||||
ctrl = self.new_chat(contact, account,
|
ctrl = self.new_chat(contact, account, resource=resource,
|
||||||
resource = resource, session = session)
|
session=session)
|
||||||
# last message is long time ago
|
# last message is long time ago
|
||||||
gajim.last_message_time[account][ctrl.get_full_jid()] = 0
|
gajim.last_message_time[account][ctrl.get_full_jid()] = 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue