1
0
Fork 0
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:
Josh Elsasser 2006-02-08 04:45:46 +00:00
parent 187bbf909e
commit 7230f1113c

View file

@ -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 *