GNOME Bugzilla – Bug 538144
Crash/NRE in PulseAnimation
Last modified: 2008-06-13 14:27:07 UTC
Please describe the problem: Mark a task as complete and before the animation completes, close the window, PulseAnimation throws a NRE and application crashes. Steps to reproduce: 1. 2. 3. Actual results: Application crashes. Expected results: No crash! Does this happen every time? Yes Other information: Tested with svn r71
Created attachment 112675 [details] [review] Proposed patch
Looks great, works perfectly...minor nitpick: instead of deleting the comment that starts with "Emit this signal", could you move it into the else block? After that, feel free to commit, if you have access. Otherwise, let me know and I'll commit. Thanks!
Created attachment 112679 [details] [review] Updated patch.
Oops, fixed.
Perfect. Please commit.
Forgot to mention, I don't have commit rights :/
Committed in r72. By the way, that last patch was in some sort of git format...please make sure to always generate patches using svn diff. I fixed this one for free! :-P