GNOME Bugzilla – Bug 689820
screen-shield: disconnect from title-changed on destroy
Last modified: 2013-03-13 13:18:02 UTC
This fixes an uncaught exception with this backtrace I see when unlocking sometimes JS ERROR: !!! Exception in callback for signal: title-changed JS ERROR: !!! message = '"obj is undefined"' JS ERROR: !!! fileName = '"/home/cosimoc/Sources/Checkouts/gnome-shell/js/ui/screenShield.js"' JS ERROR: !!! lineNumber = '258' JS ERROR: !!! stack = '"((void 0))@/home/cosimoc/Sources/Checkouts/gnome-shell/js/ui/screenShield.js:258 wrapper((void 0))@/opt/jhbuild/share/gjs-1.0/lang.js:204 ([object Object])@/home/cosimoc/Sources/Checkouts/gnome-shell/js/ui/screenShield.js:254 wrapper([object Object])@/opt/jhbuild/share/gjs-1.0/lang.js:204 _emit("title-changed")@/opt/jhbuild/share/gjs-1.0/signals.js:124 ("Dropbox")@/home/cosimoc/Sources/Checkouts/gnome-shell/js/ui/messageTray.js:1110 wrapper("Dropbox")@/opt/jhbuild/share/gjs-1.0/lang.js:204 _parent("Dropbox")@/opt/jhbuild/share/gjs-1.0/lang.js:166 ("Dropbox")@/home/cosimoc/Sources/Checkouts/gnome-shell/js/ui/notificationDaemon.js:632 wrapper("Dropbox")@/opt/jhbuild/share/gjs-1.0/lang.js:204 ("Dropbox",1255,[object Object],":1.76",null)@/home/cosimoc/Sources/Checkouts/gnome-shell/js/ui/notificationDaemon.js:211 wrapper("Dropbox",1255,[object Object],":1.76",null)@/opt/jhbuild/share/gjs-1.0/lang.js:204 ([object Array],null)@/home/cosimoc/Sources/Checkouts/gnome-shell/js/ui/notificationDaemon.js:331 ([object GObject_Object],[object GObject_Object])@/opt/jhbuild/share/gjs-1.0/overrides/Gio.js:84
Created attachment 230935 [details] [review] screen-shield: disconnect from title-changed on destroy
Review of attachment 230935 [details] [review]: Makes sense.
Attachment 230935 [details] pushed as 4df1222 - screen-shield: disconnect from title-changed on destroy
*** Bug 695770 has been marked as a duplicate of this bug. ***