Bug 376661 - History Sidebar->Bookmark This Link menu-item should be hidden for multiple-items selection. r=dietrich.
--- a/browser/components/places/content/history-panel.xul
+++ b/browser/components/places/content/history-panel.xul
@@ -77,16 +77,17 @@
#endif
</keyset>
<popup id="placesContext">
<menuitem id="addBookmarkContextItem"
label="&bookmarkLink.label;"
accesskey="&bookmarkLink.accesskey;"
selection="link"
+ selectiontype="single"
oncommand="historyAddBookmarks();"/>
</popup>
<hbox align="center">
<label value="&find.label;" accesskey="&find.accesskey;"
control="search-box"/>
<textbox id="search-box" flex="1" type="timed" timeout="500"
oncommand="searchHistory(this.value);"/>