From 171030a3a832cbc851d7f9ae7c4cac8f0ebe8f09 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 17 Oct 2008 20:56:56 +0200 Subject: [PATCH] Initialize a variable to avoid a warning --- midori/midori-preferences.c | 1 + 1 file changed, 1 insertion(+) diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index 0009534e..fa7c2bb0 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -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;