Unset error before calling speeddial_new_from_file
This commit is contained in:
parent
b49de2ab26
commit
f681ac9ef1
1 changed files with 1 additions and 0 deletions
|
@ -2452,6 +2452,7 @@ main (int argc,
|
||||||
g_free (bookmarks_file);
|
g_free (bookmarks_file);
|
||||||
midori_startup_timer ("History read: \t%f");
|
midori_startup_timer ("History read: \t%f");
|
||||||
|
|
||||||
|
error = NULL;
|
||||||
speeddial = speeddial_new_from_file (config, &error);
|
speeddial = speeddial_new_from_file (config, &error);
|
||||||
|
|
||||||
/* In case of errors */
|
/* In case of errors */
|
||||||
|
|
Loading…
Reference in a new issue