зеркало из https://github.com/mozilla/gecko-dev.git
Bug 968384 - make the bookmarks item not say 'undefined' in the overflow menu, r=mconley
This commit is contained in:
Родитель
77446fa7ba
Коммит
ee9514f1dd
|
@ -1446,12 +1446,12 @@ let BookmarkingUI = {
|
|||
_starButtonLabel: null,
|
||||
get _starButtonOverflowedLabel() {
|
||||
delete this._starButtonOverflowedLabel;
|
||||
this._starButtonOverflowedLabel =
|
||||
return this._starButtonOverflowedLabel =
|
||||
gNavigatorBundle.getString("starButtonOverflowed.label");
|
||||
},
|
||||
get _starButtonOverflowedStarredLabel() {
|
||||
delete this._starButtonOverflowedStarredLabel;
|
||||
this._starButtonOverflowedStarredLabel =
|
||||
return this._starButtonOverflowedStarredLabel =
|
||||
gNavigatorBundle.getString("starButtonOverflowedStarred.label");
|
||||
},
|
||||
onWidgetOverflow: function(aNode, aContainer) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче