]> spindle.queued.net Git - midori/commitdiff
Unset error before calling speeddial_new_from_file
authorChristian Dywan <christian@twotoasts.de>
Wed, 8 Jun 2011 18:43:00 +0000 (20:43 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 8 Jun 2011 18:43:00 +0000 (20:43 +0200)
midori/main.c

index 948f2287e77fc701b878e6b5c97d9de2c76a77af..6bf04d98b2171d00eae81e2a57f4794b6297eabc 100644 (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 */