From 2cc2dcf7be3e9dd283d8a3768e4ab0d54a7f92d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 30 May 2011 13:57:12 +0000 Subject: [PATCH] typo svn: r17624 --- 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 44e068ead..064c0fa29 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. """ - URL = "http://www.gramps-project.org/wiki/index.php?title=Plugins&action=raw" + self.URL = "http://www.gramps-project.org/wiki/index.php?title=Plugins&action=raw" def init(self): """ Initializes the Gramplet