Leave old bookmark file around after conversion
This commit is contained in:
parent
57c30ff319
commit
b7c8ef9c4e
1 changed files with 1 additions and 1 deletions
|
@ -2017,7 +2017,7 @@ main (int argc,
|
|||
if (g_access (old_bookmarks, F_OK) == 0)
|
||||
{
|
||||
midori_bookmarks_import (old_bookmarks, db);
|
||||
g_unlink(old_bookmarks);
|
||||
/* Leave old bookmarks around */
|
||||
}
|
||||
g_free (old_bookmarks);
|
||||
g_object_set_data (G_OBJECT (bookmarks), "db", db);
|
||||
|
|
Loading…
Reference in a new issue