mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1098468 - »Show all Bookmarks« should show unsorted bookmarks by default. r=mak
This commit is contained in:
parent
e3af91c6e9
commit
1718cd12e5
@ -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>
|
||||
|
@ -126,7 +126,7 @@ var AboutHome = {
|
||||
break;
|
||||
|
||||
case "AboutHome:Bookmarks":
|
||||
window.PlacesCommandHook.showPlacesOrganizer("AllBookmarks");
|
||||
window.PlacesCommandHook.showPlacesOrganizer("UnfiledBookmarks");
|
||||
break;
|
||||
|
||||
case "AboutHome:History":
|
||||
|
Loading…
Reference in New Issue
Block a user