From: Christian Weiske Date: Mon, 2 Sep 2013 18:29:36 +0000 (+0200) Subject: show curlytx in plugin browser X-Git-Url: https://git.cweiske.de/enigma2-curlytx.git/commitdiff_plain/f5e70a7bd81e70174184ba9f4c0e65d0dc55c12e show curlytx in plugin browser --- diff --git a/ChangeLog b/ChangeLog index 6228ba6..efd72ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ * Add support for local configuration file * Add option to disable settings button, load option from XML page feed file * Fix crash on help screen + * Show CurlyTx in plugin browser * Version 1.1.0 2011-12-06 Christian Weiske diff --git a/src/plugin.py b/src/plugin.py index 81669b0..4356f97 100644 --- a/src/plugin.py +++ b/src/plugin.py @@ -28,10 +28,10 @@ def menuHook(menuid): def Plugins(**kwargs): """ Register CurlyTx in the extension list and main menu """ list = [ -# PluginDescriptor(name = config.plugins.CurlyTx.menuTitle.value, -# description = "View remote text files", -# where = [PluginDescriptor.WHERE_PLUGINMENU], -# fnc = main), + PluginDescriptor(name = config.plugins.CurlyTx.menuTitle.value, + description = "View remote text files", + where = [PluginDescriptor.WHERE_PLUGINMENU], + fnc = main), PluginDescriptor(name = config.plugins.CurlyTx.menuTitle.value, description = _("View remote text files"), where=PluginDescriptor.WHERE_MENU,