Fix previous, failed attempt at fixing the default folder for DCC transfers

This commit is contained in:
Berke Viktor
2012-10-22 17:00:48 +02:00
parent b007592cde
commit 302a06e2e1
2 changed files with 19 additions and 1 deletions

View File

@@ -919,7 +919,7 @@ fe_confirm (const char *message, void (*yesproc)(void *), void (*noproc)(void *)
if (dcc->file)
gtkutil_file_req (message, dcc_saveas_cb, ud, dcc->file, NULL,
FRF_WRITE|FRF_FILTERISINITIAL|FRF_NOASKOVERWRITE);
FRF_WRITE|FRF_NOASKOVERWRITE);
}
int