changeset 20:4e124a4b89b0

keep the item focused when selecting an item in the story pane with the keyboard
author Myk Melez <myk@mozilla.org>
date Tue, 15 Apr 2008 17:23:50 -0700
parents 9fd2bd8b89d3
children df5025ed1a7b
files extension/content/snowl.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extension/content/snowl.js	Tue Apr 15 16:57:48 2008 -0700
+++ b/extension/content/snowl.js	Tue Apr 15 17:23:50 2008 -0700
@@ -243,7 +243,7 @@
 
     let children = tree.getElementsByTagName("treechildren")[0];
     let link = children.childNodes[tree.currentIndex].link;
-    openUILink(link, aEvent, false, false, false, null, null);
+    window.loadURI(link, null, null, false);
   },
 
   setSource: function(aSourceID) {