diff --git a/mozilla/browser/components/preferences/selectBookmark.js b/mozilla/browser/components/preferences/selectBookmark.js index b459bc7ba05..157da69e332 100644 --- a/mozilla/browser/components/preferences/selectBookmark.js +++ b/mozilla/browser/components/preferences/selectBookmark.js @@ -48,6 +48,9 @@ */ var SelectBookmarkDialog = { init: function SBD_init() { + document.getElementById("bookmarks").place = + "place:queryType=1&folder=" + PlacesUIUtils.allBookmarksFolderId; + // Initial update of the OK button. this.selectionChanged(); }, diff --git a/mozilla/browser/components/preferences/selectBookmark.xul b/mozilla/browser/components/preferences/selectBookmark.xul index 71783dcad7e..300cebd72a2 100644 --- a/mozilla/browser/components/preferences/selectBookmark.xul +++ b/mozilla/browser/components/preferences/selectBookmark.xul @@ -25,7 +25,6 @@