After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678923 - Clicking on the seek slider doesn't seek
Clicking on the seek slider doesn't seek
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-26 20:53 UTC by Iain Lane
Modified: 2012-06-27 03:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove left-click workaround for the seek bar. (1.23 KB, patch)
2012-06-26 20:54 UTC, Iain Lane
none Details | Review

Description Iain Lane 2012-06-26 20:53:01 UTC
As for bug #678598, clicking on the seek slider doesn't seek any more with newer GTK.

It's because RB has a workaround for previous bad behaviour of GtkScale that is no longer needed.
Comment 1 Iain Lane 2012-06-26 20:54:55 UTC
Created attachment 217324 [details] [review]
Remove left-click workaround for the seek bar.

GtkScale has the right behaviour now.
Comment 2 Jonathan Matthew 2012-06-27 03:10:11 UTC
Since we need to run with older versions of gtk, I added #if GTK_CHECK_VERSION around it in commit a16a8bb instead of removing it.