mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 968384 - make the bookmarks item not say 'undefined' in the overflow menu, r=mconley
This commit is contained in:
parent
806ca0235f
commit
320536be95
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user