Fix position/size changed disconnects
Commit 3f7a989d38
changed the signals to match mutter api changes,
but did not update disconnects, so do that.
This commit is contained in:
parent
3f7a989d38
commit
8f1b8909dc
@ -295,7 +295,7 @@ const WindowClone = new Lang.Class({
|
|||||||
else
|
else
|
||||||
realWindow = child.source;
|
realWindow = child.source;
|
||||||
|
|
||||||
realWindow.disconnect(child._updateId);
|
realWindow.meta_window.disconnect(child._updateId);
|
||||||
realWindow.disconnect(child._destroyId);
|
realWindow.disconnect(child._destroyId);
|
||||||
}));
|
}));
|
||||||
},
|
},
|
||||||
|
@ -176,7 +176,7 @@ const WindowClone = new Lang.Class({
|
|||||||
this.actor.get_children().forEach(function(child) {
|
this.actor.get_children().forEach(function(child) {
|
||||||
let realWindow = child.source;
|
let realWindow = child.source;
|
||||||
|
|
||||||
realWindow.disconnect(child._updateId);
|
realWindow.meta_window.disconnect(child._updateId);
|
||||||
realWindow.disconnect(child._destroyId);
|
realWindow.disconnect(child._destroyId);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user