fix var name

This commit is contained in:
Yann Leboulanger 2016-03-23 21:16:29 +01:00
parent 8ff28d636e
commit 4d9354c8d1
1 changed files with 1 additions and 2 deletions

View File

@ -356,8 +356,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
event = event_t(msg, subject, msg_type, tim, encrypted, resource,
msg_log_id, xhtml=xhtml, session=self, form_node=form_node,
displaymarking=displaymarking, sent_forwarded=False,
show_in_roster=obj.show_in_roster,
show_in_systray=obj.show_in_systray)
show_in_roster=show_in_roster, show_in_systray=show_in_systray)
gajim.events.add_event(self.conn.name, fjid, event)