예제 #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)