From b86b1ae8aed747238850d014603299c12a2e81b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 2 Jun 2011 20:25:58 +0000 Subject: [PATCH] revert r17624 svn: r17668 --- src/plugins/gramplet/PluginManagerGramplet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/PluginManagerGramplet.py b/src/plugins/gramplet/PluginManagerGramplet.py index 064c0fa29..44e068ead 100644 --- a/src/plugins/gramplet/PluginManagerGramplet.py +++ b/src/plugins/gramplet/PluginManagerGramplet.py @@ -42,7 +42,7 @@ class PluginManagerGramplet(Gramplet): """ Headlines News Gramplet reads the Headline News every hour. """ - self.URL = "http://www.gramps-project.org/wiki/index.php?title=Plugins&action=raw" + URL = "http://www.gramps-project.org/wiki/index.php?title=Plugins&action=raw" def init(self): """ Initializes the Gramplet