fix open in tabs in trees

This commit is contained in:
chanial%noos.fr 2002-10-15 13:35:37 +00:00
parent 7bf4877217
commit 1afd964704

View File

@ -579,7 +579,7 @@ var BookmarksCommand = {
if (target) {
var uri = target.QueryInterface(kRDFLITIID).Value;
if (index < tabCount)
tabPanels[index].loadURI(uri, null, nsIWebNavigation.LOAD_FLAGS_NONE);
tabPanels[index].loadURI(uri);
else
browser.addTab(uri);
++index;