By default, use <config>/downloads for DCC file transfers when in portable mode

This commit is contained in:
Berke Viktor
2012-10-13 10:49:11 +02:00
parent dfd4828ad2
commit 05b6e0b330
2 changed files with 8 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ fe_dcc_send_filereq (struct session *sess, char *nick, int maxcps, int passive)
mdc->passive = passive;
snprintf (tbuf, sizeof tbuf, _("Send file to %s"), nick);
gtkutil_file_req (tbuf, dcc_send_filereq_file, mdc, NULL, NULL, FRF_MULTIPLE);
gtkutil_file_req (tbuf, dcc_send_filereq_file, mdc, prefs.dccdir, NULL, FRF_MULTIPLE|FRF_FILTERISINITIAL);
}
static void