windowPicker: Wrong signal ID _nWorkspacesNotifyId
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/106
(cherry picked from commit f9aaa732b2)
This commit is contained in:
committed by
Florian Müllner
parent
665a7fbbcb
commit
d39c1fd685
@@ -83,8 +83,8 @@ class MyWorkspacesDisplay extends WorkspacesDisplay {
|
||||
this._workareasChangedId = 0;
|
||||
|
||||
if (this._nWorkspacesChangedId)
|
||||
global.workspace_manager.disconnect(this._nWorkspacesNotifyId);
|
||||
this._nWorkspacesNotifyId = 0;
|
||||
global.workspace_manager.disconnect(this._nWorkspacesChangedId);
|
||||
this._nWorkspacesChangedId = 0;
|
||||
|
||||
super._onDestroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user