about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--xombrero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xombrero.c b/xombrero.c
index 1795ff7..18cc4c8 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -7058,7 +7058,7 @@ create_toolbar(struct tab *t)
 	toolbar = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 1);
 	gtk_widget_set_name(toolbar, "toolbar");
 #else
-	b = gtk_hbox_new(FALSE, 1);
+	toolbar = gtk_hbox_new(FALSE, 1);
 #endif
 
 	b = GTK_BOX(toolbar);