mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -1524,7 +1524,7 @@ const PopupSubMenuMenuItem = new Lang.Class({
|
|||
},
|
||||
|
||||
_setOpenState: function(open) {
|
||||
this._setSubmenuShown(open);
|
||||
this.setSubmenuShown(open);
|
||||
},
|
||||
|
||||
_getOpenState: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue