GNOME Bugzilla – Bug 701658
Critical warning when moving progress bar while song is paused
Last modified: 2013-06-05 16:26:36 UTC
To reproduce, play a song then pause it, then move the button of the progress bar. Something similar to the following should show up: (gnome-music:3408): GLib-CRITICAL **: g_source_remove: assertion 'tag > 0' failed This is because pausing the song removes the timeout, and we don't check first if it is already removed on button press.
Created attachment 246097 [details] [review] Patch
Thanks, pushed The following fix has been pushed: 6d4c0be Ensure that there is a timeout before removing it on button press
Created attachment 246098 [details] [review] Ensure that there is a timeout before removing it on button press