From 2d6cb8b4eb467d23373c5dd0e59ab90b7901b327 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 17 Sep 2010 11:43:48 +0200 Subject: change config path fix --- module/PluginManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/PluginManager.py') diff --git a/module/PluginManager.py b/module/PluginManager.py index fc144e8d5..afd527e40 100644 --- a/module/PluginManager.py +++ b/module/PluginManager.py @@ -132,7 +132,7 @@ class PluginManager(): version = 0 if home and home.has_key(name): - if home[name]["v"] > version: + if home[name]["v"] >= version: continue -- cgit v1.2.3