From 0653d64448ff803ee45183178d57a6f9c4671570 Mon Sep 17 00:00:00 2001 From: teramako Date: Thu, 1 Jan 2009 22:01:39 +0900 Subject: [PATCH] expand a path of editor option when open external editor --- common/content/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?