[Bug 370736] Playlist becomes unresponsive to drag'n'drop
totem (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Nov 9 00:31:51 CET 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=370736
totem | general | Ver: 2.16.x
------- Comment #10 from Jan Arne Petersen 2006-11-08 23:30 UTC -------
The events created by a double-click are
button_press (block 0->1)
button_release (block 1->0)
button_press (block 0->1)
button_press, GDK_2BUTTON_PRESS (block 1->2)
row-activated (block 2->1)
button_release (block 1->0) <- this is not called (see comment #7)
and the signal handler is still blocked.
The patch in comment #8 doesn't fix this problem.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Pkg-gnome-maintainers
mailing list