From 947c9f2227af0c9abc6506ab959abc1177a37d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 11 Aug 2009 10:18:29 +0200 Subject: Fix GPytage plugin --- plugins/gpytage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/gpytage.py b/plugins/gpytage.py index d014f19..b7b48d7 100644 --- a/plugins/gpytage.py +++ b/plugins/gpytage.py @@ -12,12 +12,12 @@ from subprocess import Popen -class GPytage (Plugin): +class GPytage (WidgetPlugin): __author__ = "René 'Necoro' Neumann" __description__ = "Adds a menu entry to directly start gpytage, a config editor." __dependency__ = ["app-portage/gpytage"] - def init (self): + def widget_init (self): self.create_widget("Plugin Menu", "Config _Editor", activate = self.menu) def menu (self, *args): -- cgit v1.2.3