1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:08:00 +01:00

Load Bookmarks/History in a background thread

This commit is contained in:
Kris Maglione
2008-11-17 20:21:39 +00:00
parent bc66cf405c
commit 8cf49a0665
4 changed files with 7 additions and 10 deletions

View File

@@ -849,7 +849,7 @@ function Editor() //{{{
}
// TODO: save return value in v:shell_error
liberator.callFunctionInThread(null, io.run, [prog, args, true]);
liberator.callFunctionInThread(null, io.run, prog, args, true);
if (textBox)
textBox.removeAttribute("readonly");