From 83dad864f08fb5bb6a362631c7418814c01e84e4 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Thu, 26 Apr 2007 17:12:05 +0000 Subject: some more fixed bugs --- portato/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/plugin.py') diff --git a/portato/plugin.py b/portato/plugin.py index a49be74..e6ceb89 100644 --- a/portato/plugin.py +++ b/portato/plugin.py @@ -368,7 +368,7 @@ class PluginQueue: frontendOK = False if frontendOK is None or frontendOK == True: - plugin = Plugin(p, str(elem.getAttribute("name")), str(elem.getAttribute("author"))) + plugin = Plugin(p, elem.getAttribute("name"), elem.getAttribute("author")) plugin.parse_hooks(elem.getElementsByTagName("hook")) plugin.set_import(elem.getElementsByTagName("import")) plugin.parse_menus(elem.getElementsByTagName("menu")) -- cgit v1.2.3