# HG changeset patch # User Laurent Bessard # Date 1380283263 -7200 # Node ID 0be0647394345a2a0050952a34ce54968d1b2da8 # Parent eb068364ccfa655c49d341f02e9868f07d9f566c Fixed bug when starting LPCManager diff -r eb068364ccfa -r 0be064739434 LPCManager.py --- a/LPCManager.py Wed Sep 25 19:06:18 2013 +0200 +++ b/LPCManager.py Fri Sep 27 14:01:03 2013 +0200 @@ -2158,7 +2158,7 @@ if projectOpen is not None: projectOpen = DecodeFileSystemPath(projectOpen, False) - CTR = LPCProjectController(None, Log, DecodeFileSystemPath(buildpath)) + CTR = LPCProjectController(None, Log, buildpath) if projectOpen is not None and os.path.isdir(projectOpen): result = CTR.LoadProject(projectOpen) if result: