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:
parent
b588ae4e0e
commit
8583ca73e4
@ -1524,7 +1524,7 @@ const PopupSubMenuMenuItem = new Lang.Class({
|
||||
},
|
||||
|
||||
_setOpenState: function(open) {
|
||||
this._setSubmenuShown(open);
|
||||
this.setSubmenuShown(open);
|
||||
},
|
||||
|
||||
_getOpenState: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user