mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
popupMenu: Fix a missed rename
this._activeMenu was changed to this.activeMenu, but this wasn't updated by accident. https://bugzilla.gnome.org/show_bug.cgi?id=695859
This commit is contained in:
parent
d61fe357f6
commit
e6469df065
1 changed files with 1 additions and 1 deletions
|
|
@ -2086,7 +2086,7 @@ const PopupMenuManager = new Lang.Class({
|
|||
},
|
||||
|
||||
removeMenu: function(menu) {
|
||||
if (menu == this._activeMenu)
|
||||
if (menu == this.activeMenu)
|
||||
this._closeMenu(menu);
|
||||
|
||||
let position = this._findMenu(menu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue