diff frontends/src/quick_frontend/quick_app.py @ 1513:955221487a3e

plugin XEP-0277, quick_frontend: rename mbGetLast to mbGet and add it the parameter "item_ids"
author souliane <souliane@mailoo.org>
date Thu, 10 Sep 2015 07:39:09 +0200
parents 039d96e131be
children 641cfd2faefe
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py	Thu Sep 10 07:37:14 2015 +0200
+++ b/frontends/src/quick_frontend/quick_app.py	Thu Sep 10 07:39:09 2015 +0200
@@ -638,7 +638,7 @@
                 except KeyError:
                     pass
                 else:
-                    self.bridge.mbGetLast(comments_service, comments_node, C.NO_LIMIT, {"subscribe":C.BOOL_TRUE}, profile=profile)
+                    self.bridge.mbGet(comments_service, comments_node, C.NO_LIMIT, [], {"subscribe":C.BOOL_TRUE}, profile=profile)
             elif event_type == C.PS_RETRACT:
                 for wid in self.widgets.getWidgets(quick_blog.QuickBlog):
                     wid.deleteEntryIfPresent(service_s, node, data['id'], profile)