101131 - Bookmarks Menu on personal toolbar is empty.
Not the best fix but will do for short term. Comments added detailing proposed better solution. r=kerz, sr=hewitt git-svn-id: svn://10.0.0.236/trunk@210933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -251,6 +251,7 @@ Contributor(s): ______________________________________. -->
|
||||
ondragover="nsDragAndDrop.dragOver(event, bookmarksButtonObserver);"
|
||||
template="bookmarksMenuTemplate">
|
||||
<menupopup onpopuphiding="gDidOpen = false;"
|
||||
onpopupshowing="checkBookmarksMenuTemplateBuilder();"
|
||||
ondragdrop="nsDragAndDrop.drop(event, menuDNDObserver); event.preventBubble();"
|
||||
ondragexit="nsDragAndDrop.dragExit(event, menuDNDObserver); event.preventBubble();"
|
||||
ondragover="nsDragAndDrop.dragOver(event, menuDNDObserver); event.preventBubble();">
|
||||
@@ -261,7 +262,7 @@ Contributor(s): ______________________________________. -->
|
||||
<menuseparator ondragover="event.preventBubble(); return false;"/>
|
||||
<menuitem accesskey="&manBookmarksCmd.accesskey;" key="manBookmarkKb" observes="Browser:ManageBookmark"
|
||||
ondragover="event.preventBubble(); return false;"/>
|
||||
<menuseparator/>
|
||||
<menuseparator id="lastStaticSeparator"/>
|
||||
</menupopup>
|
||||
</toolbarbutton>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user