Skip to content
Snippets Groups Projects
Commit 19fb12aa authored by dietrich@mozilla.com's avatar dietrich@mozilla.com
Browse files

Bug 384519 typo in history popupshowing handler (r=sspitzer)

parent 04dd040e
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@
accesskey="&historyMenu.accesskey;">
<menupopup id="goPopup"
type="places"
onpopupshowing="HistoryMenu.onPoupShowing(this);"
onpopupshowing="HistoryMenu.onPopupShowing(this);"
place="place:beginTime=-2592000000000&amp;beginTimeRef=1&amp;endTime=7200000000&amp;endTimeRef=2&amp;type=0&amp;sort=4&amp;maxResults=10">
<menuitem label="&backCmd.label;"
#ifdef XP_MACOSX
......
......@@ -187,7 +187,7 @@ var HistoryMenu = {
* @param aMenuPopup
* XULNode for the history menupopup
*/
onPoupShowing: function PHM_onPopupShowing(aMenuPopup) {
onPopupShowing: function PHM_onPopupShowing(aMenuPopup) {
var resultNode = aMenuPopup.getResultNode();
var wasOpen = resultNode.containerOpen;
resultNode.containerOpen = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment