Initialize a variable to avoid a warning
This commit is contained in:
parent
6eefea515e
commit
171030a3a8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue