зеркало из https://github.com/mozilla/pjs.git
329146 - bookmarks toolbar does not show up because id is different and user customized toolbar in the past. r=annie.sullivan@gmail.com
This commit is contained in:
Родитель
4f233bf7c1
Коммит
6adddfdf64
|
@ -272,7 +272,7 @@
|
|||
#ifdef MOZ_PLACES
|
||||
<toolbarbutton id="bookmarksBarShowPlaces"
|
||||
oncommand="PlacesBrowserShim.showHistory()"/>
|
||||
<toolbaritem flex="1" id="bookmarksBarContainer" title="&bookmarksItem.title;">
|
||||
<toolbaritem flex="1" id="personal-bookmarks" title="&bookmarksItem.title;">
|
||||
<hbox id="bookmarksBarContent" flex="1" context="placesContext"/>
|
||||
</toolbaritem>
|
||||
<toolbarbutton id="places-bookmark"
|
||||
|
@ -421,7 +421,7 @@
|
|||
#ifdef MOZ_PLACES
|
||||
<toolbar id="PersonalToolbar"
|
||||
class="chromeclass-directories"
|
||||
defaultset="bookmarksBarShowPlaces,bookmarksBarContainer"
|
||||
defaultset="bookmarksBarShowPlaces,personal-bookmarks"
|
||||
toolbarname="&places.toolbar.label;"
|
||||
customizable="true"/>
|
||||
#else
|
||||
|
|
Загрузка…
Ссылка в новой задаче