Mercurial > libervia-backend
diff frontends/src/primitivus/primitivus @ 513:8ee9113d307b
core, quick_frontend, primitivus, wixi, bridge: fixed delayed message timestamp:
- new "extra" parameter in newMessage signal
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Oct 2012 17:23:56 +0200 |
parents | 886754295efe |
children | 0bb595eff25b |
line wrap: on
line diff
--- a/frontends/src/primitivus/primitivus Wed Oct 17 00:35:48 2012 +0200 +++ b/frontends/src/primitivus/primitivus Sat Oct 20 17:23:56 2012 +0200 @@ -303,8 +303,8 @@ self.notify(_("Error while sending message")) editBar.set_edit_text('') - def newMessage(self, from_jid, to_jid, msg, _type, profile): - QuickApp.newMessage(self, from_jid, to_jid, msg, _type, profile) + def newMessage(self, from_jid, to_jid, msg, _type, extra, profile): + QuickApp.newMessage(self, from_jid, to_jid, msg, _type, extra, profile) if not from_jid in self.contact_list and from_jid.short != self.profiles[profile]['whoami'].short: #XXX: needed to show entities which haven't sent any