Index: channels/bookmarks.py ================================================================== --- channels/bookmarks.py +++ channels/bookmarks.py @@ -49,10 +49,16 @@ streams = {"favourite":[], "search":[], "scripts":[], "timer":[], "history":[], } # cache list, to determine if a PLS url is bookmarked urls = [] + + + + def gui(self, parent): + GenericChannel.gui(self, parent) + parent.notebook_channels.set_menu_label_text(parent.v_bookmarks, "bookmarks") # this channel does not actually retrieve/parse data from anywhere def update_categories(self): pass