put xhtml event in queue for pm too. fixes #2524

This commit is contained in:
Yann Leboulanger 2006-10-09 09:10:32 +00:00
parent 6b0bf2b2a0
commit feb9ba709a
1 changed files with 1 additions and 1 deletions

View File

@ -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')