Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_app.py @ 1599:e2ed8009e66e
backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 14 Nov 2015 19:21:56 +0100 |
parents | 641cfd2faefe |
children | 2071d5cec5d6 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py Sat Nov 14 19:20:33 2015 +0100 +++ b/frontends/src/quick_frontend/quick_app.py Sat Nov 14 19:21:56 2015 +0100 @@ -464,7 +464,7 @@ self.contact_lists[profile].clearContacts() self.setPresenceStatus(C.PRESENCE_UNAVAILABLE, '', profile=profile) - def actionNewHandler(self, action_data, id_, profile): + def actionNewHandler(self, action_data, id_, security_limit, profile): self.actionManager(action_data, profile=profile) def newContactHandler(self, jid_s, attributes, groups, profile):