Commit 1da3bff2 authored by Tim Taubert's avatar Tim Taubert
Browse files

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

parent c6f97666
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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);
  },

  /**