Save URL lists in config dir by default

This commit is contained in:
Berke Viktor 2012-09-28 01:04:53 +02:00
parent 2f237427ee
commit a07011007f
1 changed files with 4 additions and 1 deletions

View File

@ -144,8 +144,11 @@ url_save_callback (void *arg1, char *file)
static void
url_button_save (void)
{
const char *xdir;
xdir = get_xdir_utf8 ();
gtkutil_file_req (_("Select an output filename"),
url_save_callback, NULL, NULL, NULL, FRF_WRITE);
url_save_callback, NULL, xdir, NULL, FRF_WRITE|FRF_FILTERISINITIAL);
}
void