Bug 871278 - Bookmarks menu in AppMenu needs to refer to BookmarkingUI. r=mak.

This commit is contained in:
Mike Conley 2013-05-13 11:56:12 -04:00
parent 5fc3a07279
commit 44672aa7d2

View File

@ -219,7 +219,7 @@
openInTabs="children"
oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);"
onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
onpopupshowing="BookmarksMenuButton.onPopupShowing(event);
onpopupshowing="BookmarkingUI.onPopupShowing(event);
if (!this.parentNode._placesView)
new PlacesMenu(event, 'place:folder=BOOKMARKS_MENU');"
tooltip="bhTooltip"