mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Remove the separate preference option for files added via drag-and-drop
and use the "standard" option.
This commit is contained in:
@@ -593,7 +593,7 @@ gotdrag(GtkWidget *widget SHUTUP, GdkDragContext *dc, gint x SHUTUP,
|
||||
/* try to add any torrents we found */
|
||||
if(NULL != paths) {
|
||||
addtorrents(data, NULL, paths, NULL,
|
||||
addactionflag(cf_getpref(PREF_ADDDND)));
|
||||
addactionflag(cf_getpref(PREF_ADDSTD)));
|
||||
freestrlist(paths);
|
||||
}
|
||||
g_free(files);
|
||||
|
||||
Reference in New Issue
Block a user