summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-05-01 21:53:56 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-05-01 21:53:56 +0200
commitd6103b0afe49748e9f3a0a1c136f679c0d2234f5 (patch)
tree8313dd3722203ceac0f0e10799ab7922e40479f2 /plugins
parent31895299fe0bb406287b49fb0a8a821b2e63b142 (diff)
gtkui: fixed bug in gtk_drag_check_threshold
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/ddblistview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/ddblistview.c b/plugins/gtkui/ddblistview.c
index 58656663..5294b290 100644
--- a/plugins/gtkui/ddblistview.c
+++ b/plugins/gtkui/ddblistview.c
@@ -1790,7 +1790,7 @@ ddb_listview_list_mousemove (DdbListview *ps, GdkEventMotion *ev, int ex, int ey
deadbeef->pl_lock ();
if (ps->dragwait) {
GtkWidget *widget = ps->list;
- if (gtk_drag_check_threshold (widget, ps->lastpos[0], ex, ps->lastpos[1], ey)) {
+ if (gtk_drag_check_threshold (widget, ps->lastpos[0], ps->lastpos[1], ex, ey)) {
ps->dragwait = 0;
ps->drag_source_playlist = deadbeef->plt_get_curr_idx ();
GtkTargetEntry entry = {