Initialize a variable to avoid a warning

This commit is contained in:
Christian Dywan 2008-10-17 20:56:56 +02:00
parent 6eefea515e
commit 171030a3a8

View 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;