back out 6458c6116c97 (pushed with the wrong bug number)

This commit is contained in:
Tim Taubert 2011-08-04 14:27:30 +02:00
parent c6f97666c5
commit 1da3bff213

View File

@ -812,10 +812,8 @@ var PlacesUIUtils = {
}
var loadInBackground = where == "tabshifted" ? true : false;
// For consistency, we want all the bookmarks to open in new tabs, instead
// of having one of them replace the currently focused tab. Hence we call
// loadTabs with aReplace set to false.
browserWindow.gBrowser.loadTabs(urls, loadInBackground, false);
var replaceCurrentTab = where == "tab" ? false : true;
browserWindow.gBrowser.loadTabs(urls, loadInBackground, replaceCurrentTab);
},
/**