workspace: Clean up a leftover later_add on destroy
https://bugzilla.gnome.org/show_bug.cgi?id=707889
This commit is contained in:
parent
1ab3d12bc7
commit
25318f696d
@ -1434,6 +1434,10 @@ const Workspace = new Lang.Class({
|
|||||||
|
|
||||||
if (this._positionWindowsId > 0)
|
if (this._positionWindowsId > 0)
|
||||||
Meta.later_remove(this._positionWindowsId);
|
Meta.later_remove(this._positionWindowsId);
|
||||||
|
|
||||||
|
if (this._actualGeometryLater > 0)
|
||||||
|
Meta.later_remove(this._actualGeometryLater);
|
||||||
|
|
||||||
this._windows = [];
|
this._windows = [];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user