From 9ebb80502a7234ecf274ebff2ce1c4e6a98904f7 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 20 Feb 2013 00:04:34 -0500 Subject: [PATCH] background: don't call destroy() from the destroy handler We're calling destroy() in a callback of the destroy handler, which results in an X server crash at login. https://bugzilla.gnome.org/show_bug.cgi?id=694240 --- js/ui/background.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui/background.js b/js/ui/background.js index 8d2a9cce1..c1c061691 100644 --- a/js/ui/background.js +++ b/js/ui/background.js @@ -301,8 +301,6 @@ const Background = new Lang.Class({ this.actor.disconnect(this._destroySignalId); this._destroySignalId = 0; - - this.actor.destroy(); }, _setLoaded: function() {