Remove the separate preference option for files added via drag-and-drop

and use the "standard" option.
This commit is contained in:
Josh Elsasser
2006-06-11 05:04:27 +00:00
parent e1c5b19b46
commit 85a36967d2
3 changed files with 4 additions and 19 deletions

View File

@@ -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);