Convert gtk_(h|v)box_new to gtk_box_new
This commit is contained in:
committed by
Stéphane Lesimple
parent
cc9f4dd817
commit
5ea0011dce
@@ -434,7 +434,7 @@ GtkWidget *GuiCreateToolBar(GtkWidget *parent)
|
||||
|
||||
/*** Create the toolbar */
|
||||
|
||||
box = gtk_hbox_new(FALSE, 0);
|
||||
box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0);
|
||||
|
||||
/*** Drive selection */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user