workspace: Clean up a leftover later_add on destroy

https://bugzilla.gnome.org/show_bug.cgi?id=707889
This commit is contained in:
Jasper St. Pierre 2013-09-10 20:42:11 -04:00
parent 1ab3d12bc7
commit 25318f696d

View File

@ -1434,6 +1434,10 @@ const Workspace = new Lang.Class({
if (this._positionWindowsId > 0)
Meta.later_remove(this._positionWindowsId);
if (this._actualGeometryLater > 0)
Meta.later_remove(this._actualGeometryLater);
this._windows = [];
},