show curlytx in plugin browser
authorChristian Weiske <cweiske@cweiske.de>
Mon, 2 Sep 2013 18:29:36 +0000 (20:29 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 2 Sep 2013 18:29:36 +0000 (20:29 +0200)
ChangeLog
src/plugin.py

index 6228ba640d46163d8f15befca273cd09e692f7da..efd72ff0deb6d92200cbc6a8fbc3b4f68869296a 100644 (file)
--- 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  <cweiske@cweiske.de>
index 81669b052ff3efbfe904d2e3eb5c4a0c24d894a0..4356f97443f11c271bde72b97f6409422484a54f 100644 (file)
@@ -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,