Skip to content

Commit d0628c2

Browse files
committed
fix: prevent "(NULL)" display in status bar context menu
1 parent 17f9c28 commit d0628c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

waterfox/browser/components/statusbar/content/statusbar.xhtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
- License, v. 2.0. If a copy of the MPL was not distributed with this
44
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
55

6-
76
<overlay id="tabfeature-overlay" xmlns:html="http://www.w3.org/1999/xhtml"
87
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
98
<toolbox id="navigator-toolbox">
10-
<toolbar id="status-dummybar" toolbarname="Status Bar" hidden="true" />
9+
<toolbar id="status-dummybar" toolbarname="Status Bar" accesskey="" hidden="true" />
1110
</toolbox>
1211
<vbox id="browser-bottombox">
1312
<toolbar id="status-bar" customizable="true" context="toolbar-context-menu" mode="icons"

0 commit comments

Comments
 (0)