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
This commit is contained in:
ben%netscape.com 2006-09-14 06:00:31 +00:00
Родитель b102dff520
Коммит 6652dc7bcf
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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>