Bug 1098468 - »Show all Bookmarks« should show unsorted bookmarks by default. r=mak

This commit is contained in:
Dão Gottwald 2016-01-15 11:21:52 +01:00
parent e3af91c6e9
commit 1718cd12e5
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@
<commandset id="placesCommands">
<command id="Browser:ShowAllBookmarks"
oncommand="PlacesCommandHook.showPlacesOrganizer('AllBookmarks');"/>
oncommand="PlacesCommandHook.showPlacesOrganizer('UnfiledBookmarks');"/>
<command id="Browser:ShowAllHistory"
oncommand="PlacesCommandHook.showPlacesOrganizer('History');"/>
</commandset>

View File

@ -126,7 +126,7 @@ var AboutHome = {
break;
case "AboutHome:Bookmarks":
window.PlacesCommandHook.showPlacesOrganizer("AllBookmarks");
window.PlacesCommandHook.showPlacesOrganizer("UnfiledBookmarks");
break;
case "AboutHome:History":