Avoid 0/FALSE confusion
Since this is supposedly exemplary code, lets get it right. https://bugzilla.gnome.org/show_bug.cgi?id=772683
This commit is contained in:
@ -333,7 +333,7 @@ create_axis_slider (int axis)
|
|||||||
GtkAdjustment *adj;
|
GtkAdjustment *adj;
|
||||||
const char *text;
|
const char *text;
|
||||||
|
|
||||||
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, FALSE);
|
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
|
||||||
|
|
||||||
switch (axis)
|
switch (axis)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user