Skip to content

Commit

Permalink
Bug 1162147 - "View Pocket List" menuitem should be at top of bookmar…
Browse files Browse the repository at this point in the history
…ks menu. r=jaws, a=dolske
  • Loading branch information
dolske committed May 11, 2015
1 parent 26b66a5 commit 0e7f6e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions browser/base/content/browser-menubar.inc
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@
command="Browser:ShowAllBookmarks"
key="manBookmarkKb"/>
<menuseparator id="organizeBookmarksSeparator"/>
<menuitem id="menu_pocket" label="&pocketMenuitem.label;"
oncommand="openUILink(Pocket.listURL, event);"/>
<menuseparator id="menu_pocketSeparator"/>
<menuitem id="menu_bookmarkThisPage"
command="Browser:AddBookmarkAs"
observes="bookmarkThisPageBroadcaster"
Expand Down Expand Up @@ -461,9 +464,6 @@
</menupopup>
</menu>
#endif
<menuseparator id="menu_pocketSeparator"/>
<menuitem id="menu_pocket" label="&pocketMenuitem.label;"
oncommand="openUILink(Pocket.listURL, event);"/>
<menuseparator id="bookmarksMenuItemsSeparator"/>
<!-- Bookmarks menu items -->
<menuseparator builder="end"
Expand Down
10 changes: 5 additions & 5 deletions browser/base/content/browser.xul
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,11 @@
command="Browser:ShowAllBookmarks"
key="manBookmarkKb"/>
<menuseparator/>
<menuitem id="BMB_pocket"
class="menuitem-iconic bookmark-item subviewbutton"
label="&pocketMenuitem.label;"
oncommand="openUILink(Pocket.listURL, event);"/>
<menuseparator id="BMB_pocketSeparator"/>
<menuitem id="BMB_subscribeToPageMenuitem"
#ifndef XP_MACOSX
class="menuitem-iconic subviewbutton"
Expand Down Expand Up @@ -971,11 +976,6 @@
label="&readingList.showSidebar.label;"/>
</menupopup>
</menu>
<menuseparator id="BMB_pocketSeparator"/>
<menuitem id="BMB_pocket"
class="menuitem-iconic bookmark-item subviewbutton"
label="&pocketMenuitem.label;"
oncommand="openUILink(Pocket.listURL, event);"/>
<menuseparator/>
<!-- Bookmarks menu items will go here -->
<menuitem id="BMB_bookmarksShowAll"
Expand Down

0 comments on commit 0e7f6e9

Please sign in to comment.