mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
Minor change to improve drag-and-drop compatibility.
This commit is contained in:
parent
187bbf909e
commit
7230f1113c
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ setupdrag(GtkWidget *widget, struct cbdata *data) {
|
|||
g_signal_connect(widget, "drag_data_received", G_CALLBACK(gotdrag), data);
|
||||
|
||||
gtk_drag_dest_set(widget, GTK_DEST_DEFAULT_ALL, targets,
|
||||
ALEN(targets), GDK_ACTION_COPY);
|
||||
ALEN(targets), GDK_ACTION_COPY | GDK_ACTION_MOVE);
|
||||
}
|
||||
|
||||
GtkWidget *
|
||||
|
|
Loading…
Add table
Reference in a new issue