mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 03:02:17 -05:00
Save URL lists in config dir by default
This commit is contained in:
parent
2f237427ee
commit
a07011007f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user