示例#1
0
 def populate(self):
     self._window.notifications_popup.push_loading()
     grilo.populate_albums(self._offset, self._add_item)
     self._init = True
示例#2
0
 def populate(self):
     self._window.push_loading_notification()
     grilo.populate_albums(self._offset, self._add_item)
示例#3
0
 def populate(self):
     if grilo.tracker:
         grilo.populate_albums(self._offset, self._add_item)
示例#4
0
 def _populate(self, data=None):
     self._window.notifications_popup.push_loading()
     grilo.populate_albums(self._offset, self._add_item)
     self._init = True
示例#5
0
 def populate(self):
     self.window.push_loading_notification()
     grilo.populate_albums(self._offset, self._add_item)