mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
extensionSystem: Fix rebasing of extensions
We need to remove the extension from the order after it's disabled https://bugzilla.gnome.org/show_bug.cgi?id=662704
This commit is contained in:
parent
cc94076ffb
commit
cf44234323
1 changed files with 2 additions and 0 deletions
|
|
@ -253,6 +253,8 @@ function disableExtension(uuid) {
|
|||
}
|
||||
}
|
||||
|
||||
extensionOrder.splice(orderIdx, 1);
|
||||
|
||||
meta.state = ExtensionState.DISABLED;
|
||||
_signals.emit('extension-state-changed', meta);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue