audio: Fix glib critical warnings

This commit is contained in:
Ian Douglas Scott 2022-07-20 16:42:20 -07:00
parent bd3d839f3e
commit 61d82e128b

View file

@ -115,7 +115,7 @@ fn app(application: &Application) {
set_hexpand: true
}
},
append: _sep = &Separator {
append = &Separator {
set_orientation: Orientation::Horizontal,
},
append: output_list_box = &GtkBox {
@ -136,7 +136,7 @@ fn app(application: &Application) {
}
}
},
append: _sep = &Separator {
append = &Separator {
set_orientation: Orientation::Horizontal,
},
append: input_list_box = &GtkBox {
@ -157,7 +157,7 @@ fn app(application: &Application) {
}
}
},
append: _sep = &Separator {
append = &Separator {
set_orientation: Orientation::Horizontal,
},
append: playing_apps = &ListBox {