]> spindle.queued.net Git - midori/commitdiff
Initialize a variable to avoid a warning
authorChristian Dywan <christian@twotoasts.de>
Fri, 17 Oct 2008 18:56:56 +0000 (20:56 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 17 Oct 2008 18:56:56 +0000 (20:56 +0200)
midori/midori-preferences.c

index 0009534ed1ec4d8b5cc3e7ed6737c338eeb895cb..fa7c2bb0f77fa3082b7676cb04e2eace7c337d1b 100644 (file)
@@ -283,6 +283,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     gtk_box_pack_start (GTK_BOX (GTK_DIALOG (preferences)->vbox),
                         toolbar, FALSE, FALSE, 0);
     #endif
+    toolbar = NULL;
     toolbutton = NULL;
 
     sizegroup = NULL;