workspace: Clean up a leftover later_add on destroy
https://bugzilla.gnome.org/show_bug.cgi?id=707889
This commit is contained in:
@ -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 = [];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user