Bug 408125 - unable to select an unfiled bookmark or a bookmark from my toolbar as my home page in prefs. r=dietrich.

git-svn-id: svn://10.0.0.236/trunk@247859 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com 2008-03-14 19:48:01 +00:00
parent 671d5e8e33
commit ac35cc22bc
2 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,9 @@
*/ */
var SelectBookmarkDialog = { var SelectBookmarkDialog = {
init: function SBD_init() { init: function SBD_init() {
document.getElementById("bookmarks").place =
"place:queryType=1&folder=" + PlacesUIUtils.allBookmarksFolderId;
// Initial update of the OK button. // Initial update of the OK button.
this.selectionChanged(); this.selectionChanged();
}, },

View File

@ -25,7 +25,6 @@
<tree id="bookmarks" flex="1" type="places" <tree id="bookmarks" flex="1" type="places"
style="height: 15em;" style="height: 15em;"
place="place:folder=2&amp;excludeQueries=1"
hidecolumnpicker="true" hidecolumnpicker="true"
seltype="single" seltype="single"
ondblclick="SelectBookmarkDialog.onItemDblClick();" ondblclick="SelectBookmarkDialog.onItemDblClick();"