From 61d82e128b391124d846843e3b6f5516be67cfb6 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 20 Jul 2022 16:42:20 -0700 Subject: [PATCH] audio: Fix glib critical warnings --- applets/cosmic-applet-audio/src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applets/cosmic-applet-audio/src/main.rs b/applets/cosmic-applet-audio/src/main.rs index b1881f0a..8249b47f 100644 --- a/applets/cosmic-applet-audio/src/main.rs +++ b/applets/cosmic-applet-audio/src/main.rs @@ -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 {