mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Reverting "extensionUtils: Remove unused property"
This reverts commit 28aa9201f0.
This broke the extension-state-changed signal.
https://bugzilla.gnome.org/show_bug.cgi?id=690173
This commit is contained in:
parent
28aa9201f0
commit
783abd4f5f
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ function createExtensionObject(uuid, dir, type) {
|
|||
extension.type = type;
|
||||
extension.dir = dir;
|
||||
extension.path = dir.get_path();
|
||||
extension.error = '';
|
||||
extension.hasPrefs = dir.get_child('prefs.js').query_exists(null);
|
||||
|
||||
extensions[uuid] = extension;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue