Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 408125 - unable to select an unfiled bookmark or a bookmark from …
Browse files Browse the repository at this point in the history
…my toolbar as my home page in prefs. r=dietrich.
  • Loading branch information
Unknown committed Mar 14, 2008
1 parent 0972b94 commit db4397c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions browser/components/preferences/selectBookmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
},
Expand Down
1 change: 0 additions & 1 deletion browser/components/preferences/selectBookmark.xul
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<tree id="bookmarks" flex="1" type="places"
style="height: 15em;"
place="place:folder=2&amp;excludeQueries=1"
hidecolumnpicker="true"
seltype="single"
ondblclick="SelectBookmarkDialog.onItemDblClick();"
Expand Down

0 comments on commit db4397c

Please sign in to comment.