Skip to content

Commit

Permalink
Closes #1177 using menupopup instead of popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Vold authored and arantius committed Sep 8, 2010
1 parent 533df63 commit ad78f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/browser.xul
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
onclick="if (!event.button) GM_setEnabled(!GM_getEnabled());
else if (event.button == 1) GM_BrowserUI.manageMenuItemClicked();"
context="gm-status-popup" />
<popup id="gm-status-popup"
<menupopup id="gm-status-popup"
position="before_end"
onpopupshowing="GM_showPopup(event); event.stopPropagation();"
onclick="GM_popupClicked(event); event.stopPropagation();"
Expand Down Expand Up @@ -128,8 +128,8 @@
label="&statusbar.enabled;"
type="checkbox"
oncommand="GM_setEnabled(!GM_getEnabled());" />
</popup>
</menupopup>
</statusbarpanel>
</statusbar>

</overlay>
</overlay>

0 comments on commit ad78f42

Please sign in to comment.