From f5e70a7bd81e70174184ba9f4c0e65d0dc55c12e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 2 Sep 2013 20:29:36 +0200 Subject: show curlytx in plugin browser --- src/plugin.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugin.py') 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, -- cgit v1.2.3