Index: channels/bookmarks.py ================================================================== --- channels/bookmarks.py +++ channels/bookmarks.py @@ -110,14 +110,13 @@ self.load(self.default) self.urls.append(row["url"]) # simplified gtk TreeStore display logic (just one category for the moment, always rebuilt) - def load(self, category, force=False): + def load(self, category, force=False, y=None): self.streams[category] = self.update_streams(category) - #self.liststore[category] = \ - uikit.columns(self.gtk_list, self.datamap, self.prepare(self.streams[category])) + GenericChannel.load(self, category, force=False, y=y) # add a categories[]/streams{} subcategory, update treeview def add_category(self, cat, plugin=None): if cat not in self.categories: # add category if missing