We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d5c30 commit c7110eaCopy full SHA for c7110ea
js/ui/environment.js
@@ -284,7 +284,7 @@ function init() {
284
// Add method to determine if a GObject is finalized - needed to prevent accessing
285
// objects that have been disposed in C code.
286
GObject.Object.prototype.is_finalized = function is_finalized() {
287
- return this._toString().includes('FINALIZED');
+ return this._toString().includes('DISPOSED');
288
};
289
// Override destroy so it checks if its finalized before calling the real destroy method.
290
Clutter.Actor.prototype._destroy = Clutter.Actor.prototype.destroy;
0 commit comments