popupMenu: Fix regular submenus

This method was originally private, but it was renamed quickly
before landing, and I forgot to update it.
This commit is contained in:
Jasper St. Pierre 2013-05-14 13:58:10 -04:00
parent b588ae4e0e
commit 8583ca73e4

View File

@ -1524,7 +1524,7 @@ const PopupSubMenuMenuItem = new Lang.Class({
},
_setOpenState: function(open) {
this._setSubmenuShown(open);
this.setSubmenuShown(open);
},
_getOpenState: function() {