Save URLs to disk on-the-fly and provide an option for toggling it

This commit is contained in:
Berke Viktor
2012-10-13 10:03:39 +02:00
parent d4f3738ca8
commit ca3fa043f0
7 changed files with 43 additions and 18 deletions

View File

@@ -138,7 +138,9 @@ static void
url_save_callback (void *arg1, char *file)
{
if (file)
url_save (file, "w", TRUE);
{
url_save_tree (file, "w", TRUE);
}
}
static void