Default to inactive
This commit is contained in:
parent
0de2afe925
commit
1367dc0ca9
|
@ -70,6 +70,7 @@ Flashlight * flashlight_new(GtkOrientation orientation)
|
|||
gtk_box_pack_start(GTK_BOX(widget), flashlight->co_main, FALSE, TRUE,
|
||||
0);
|
||||
gtk_box_pack_start(GTK_BOX(flashlight->box), widget, FALSE, TRUE, 0);
|
||||
flashlight_set_active(flashlight, FALSE);
|
||||
return flashlight;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user