Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2010-06-09 12:39:36 +0400
committerYann Leboulanger <asterix@lagaule.org>2010-06-09 12:39:36 +0400
commit2017945e77e89d66a22157e3ee2ed0a5bc59fbe7 (patch)
tree1b1fa1f53b0b2cf200ac4ed6e9b016a16741bfec /src/session.py
parentd58841cb2bdf8e900955f306fce8afba37e77aa1 (diff)
don't traceback when receiving a single message
Diffstat (limited to 'src/session.py')
-rw-r--r--src/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.py b/src/session.py
index 4af87c20b..851ef3a7e 100644
--- a/src/session.py
+++ b/src/session.py
@@ -338,7 +338,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
if msg_type == 'normal' and popup: # it's single message to be autopopuped
dialogs.SingleMessageWindow(self.conn.name, contact.jid,
action='receive', from_whom=jid, subject=subject, message=msg,
- resource=resource, session=self, form_node=form_node, displaymarking=displaymarking)
+ resource=resource, session=self, form_node=form_node)
return
# We print if window is opened and it's not a single message