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
path: root/src
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2006-10-09 13:10:32 +0400
committerYann Leboulanger <asterix@lagaule.org>2006-10-09 13:10:32 +0400
commitfeb9ba709ae58cee8431494b47c9655bf1a07659 (patch)
tree7a28ccb7a7fbf7b7cff50e5a75db6bf3994b0361 /src
parent6b0bf2b2a05d64b5005598918d6de15dc8b64210 (diff)
put xhtml event in queue for pm too. fixes #2524
Diffstat (limited to 'src')
-rw-r--r--src/groupchat_control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/groupchat_control.py b/src/groupchat_control.py
index 18e029a10..faab211b0 100644
--- a/src/groupchat_control.py
+++ b/src/groupchat_control.py
@@ -461,7 +461,7 @@ class GroupchatControl(ChatControlBase):
return
event = gajim.events.create_event('pm', (msg, '', 'incoming', tim,
- False, '', None))
+ False, '', None, xhtml))
gajim.events.add_event(self.account, fjid, event)
autopopup = gajim.config.get('autopopup')