GNOME Bugzilla – Bug 646825
StScrollbar: clean up properly when unmapped during scroll
Last modified: 2011-04-11 21:44:15 UTC
This should fix a bad bug when if an access point is added and the network menu pops down (see bug 646580), we end up with trashed event handling.
Created attachment 185207 [details] [review] StScrollbar: clean up properly when unmapped during scroll If we're unmapped (or destroyed) during a scroll, we want to clean up the changes we've made to Clutter's event handling, remove our signal handler, and emit ::scroll-stop.
Comment on attachment 185207 [details] [review] StScrollbar: clean up properly when unmapped during scroll code seems to work, patch looks right >+ stage = clutter_actor_get_stage(bar->priv->trough); it was there in the original, but there's a missing space both here and the other place you cut+pasted this line.
This fixes the bug I was seeing.
this was committed