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:
parent
671d5e8e33
commit
ac35cc22bc
@ -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();
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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&excludeQueries=1"
|
|
||||||
hidecolumnpicker="true"
|
hidecolumnpicker="true"
|
||||||
seltype="single"
|
seltype="single"
|
||||||
ondblclick="SelectBookmarkDialog.onItemDblClick();"
|
ondblclick="SelectBookmarkDialog.onItemDblClick();"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user