From 397a31e6deb851de102bca3d7c8d754f40b0656d Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 6 Mar 2010 16:26:29 +0100 Subject: Rewrote Session as to use the normal ConfigParser and not our own one --- portato/gui/windows/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui/windows') diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 8f4b04a..cd4cf24 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -1070,7 +1070,7 @@ class MainWindow (Window): queue = plugin.get_plugin_queue() if queue: for p in queue.get_plugins(): - self.session.add_handler(([(p.name.replace(" ","_"), "plugins")], load_plugin(p), save_plugin(p))) + self.session.add_handler(([(p.name.replace(" ","_").replace(":","_"), "plugins")], load_plugin(p), save_plugin(p))) # the other things def load_cfg ((name, cat)): -- cgit v1.2.3-70-g09d2