Unset error before calling speeddial_new_from_file

This commit is contained in:
Christian Dywan 2011-06-08 20:43:00 +02:00
parent b49de2ab26
commit f681ac9ef1

View file

@ -2452,6 +2452,7 @@ main (int argc,
g_free (bookmarks_file);
midori_startup_timer ("History read: \t%f");
error = NULL;
speeddial = speeddial_new_from_file (config, &error);
/* In case of errors */