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 675838 - Update the seek slider position hack for gtk changes
Update the seek slider position hack for gtk changes
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 678927 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-05-10 18:55 UTC by Kalev Lember
Modified: 2012-06-26 21:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
main: Update the seek slider position hack for gtk changes (2.22 KB, patch)
2012-05-10 18:56 UTC, Kalev Lember
committed Details | Review

Description Kalev Lember 2012-05-10 18:55:48 UTC
gtk commit http://git.gnome.org/browse/gtk+/commit/?id=162614aa changed GtkRange behaviour, so that it's now the left mouse button that jumps to position, instead of former middle button.
Comment 1 Kalev Lember 2012-05-10 18:56:19 UTC
Created attachment 213831 [details] [review]
main: Update the seek slider position hack for gtk changes

GTK+ commit 162614aa changed the range widget's button behaviour so that
button 1 jumps to position. This is almost what we need in totem, except
that we'd want buttons 2 and 3 to also do the jumping.

Update the seek slider hack accordingly to always force button 1
behaviour and bump gtk+ dep to 3.5.2.
Comment 2 Bastien Nocera 2012-05-10 23:45:33 UTC
Thanks for the patch!
Comment 3 Iain Lane 2012-06-26 21:16:17 UTC
*** Bug 678927 has been marked as a duplicate of this bug. ***