diff options
-rw-r--r-- | plugins/gtkui/ddblistview.c | 2 |
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 = { |