GNOME Bugzilla – Bug 637867
Seeking resets position to beginning of song
Last modified: 2013-06-19 21:06:14 UTC
While playing a track moving the seek slider anywhere causes track to restart playing from beginning. Tested on Ubuntu 10.10 x86_32
Created attachment 246609 [details] [review] Fix play seek scale. In the transition from glade to gtkbuilder the adjustment for seek_scale went AWOL. As a result that slider didn't move in playback and trying to seek with the mouse rewound the track to the start because the range for the scale wasn't properly initialized. This fix adds the adjustment back into the UI file, updates the scale widget to GtkScale and fixes seeking with the keyboard as well. N.B. The keyboard fix bumps the minimum GTK version requirement to 3.2
Created attachment 246610 [details] [review] Fix play seek scale. In the transition from glade to gtkbuilder the adjustment for seek_scale went AWOL. As a result that slider didn't move in playback and trying to seek with the mouse rewound the track to the start because the range for the scale wasn't properly initialized. This fix adds the adjustment back into the UI file, updates the scale widget to GtkScale and fixes seeking with the keyboard as well. N.B. The keyboard fix bumps the minimum GTK version requirement to 3.2
Created attachment 247136 [details] [review] Fix play seek scale. In the transition from glade to gtkbuilder the adjustment for seek_scale went AWOL. As a result that slider didn't move in playback and trying to seek with the mouse rewound the track to the start because the range for the scale wasn't properly initialized. This fix adds the adjustment back into the UI file, updates the scale widget to GtkScale and fixes seeking with the keyboard as well. N.B. The keyboard fix bumps the minimum GTK version requirement to 3.2
Review of attachment 247136 [details] [review]: Looks good, thanks!
Attachment 247136 [details] pushed as 053b72e - Fix play seek scale.