diff --git a/common/content/editor.js b/common/content/editor.js index efda6794..182a654d 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -809,7 +809,7 @@ function Editor() //{{{ } args.push(path); - liberator.callFunctionInThread(null, io.run, args.shift(), args, true); + liberator.callFunctionInThread(null, io.run, io.expandPath(args.shift()), args, true); }, // TODO: clean up with 2 functions for textboxes and currentEditor?