From 5a152763f96327574284021b28b984c772dbe991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 24 Apr 2009 19:15:39 +0200 Subject: Fixed the menus for the current plugins --- plugins/gpytage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpytage.py') diff --git a/plugins/gpytage.py b/plugins/gpytage.py index 43678ec..d014f19 100644 --- a/plugins/gpytage.py +++ b/plugins/gpytage.py @@ -18,7 +18,7 @@ class GPytage (Plugin): __dependency__ = ["app-portage/gpytage"] def init (self): - self.add_menu("Config _Editor", self.menu) + self.create_widget("Plugin Menu", "Config _Editor", activate = self.menu) def menu (self, *args): Popen(["/usr/bin/gpytage"]) -- cgit v1.2.3