This was probably broken by commit 6c90a66 (load-spec refactoring, 2009-02-03).
---
 modules/utils.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/utils.js b/modules/utils.js
index ff2ddd4..e2dd6d3 100644
--- a/modules/utils.js
+++ b/modules/utils.js
@@ -378,7 +378,8 @@ source_code_reference.prototype = {
     },
 
     open_in_editor : function() {
-        yield open_with_external_editor(this.best_uri, $line = 
this.line_number);
+        yield open_with_external_editor(load_spec(this.best_uri),
+                                        $line = this.line_number);
     }
 };
 
-- 
1.6.5

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to