From 5f20ab328add9442082277a57c23273a3a2125ed Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Mon, 18 Aug 2014 20:49:17 +0200 Subject: Global update --- backends/alsa/alsa-switch-option.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backends/alsa/alsa-switch-option.c') diff --git a/backends/alsa/alsa-switch-option.c b/backends/alsa/alsa-switch-option.c index 2173113..1800df2 100644 --- a/backends/alsa/alsa-switch-option.c +++ b/backends/alsa/alsa-switch-option.c @@ -18,9 +18,7 @@ #include #include #include - #include -#include #include "alsa-switch-option.h" @@ -59,6 +57,7 @@ alsa_switch_option_new (const gchar *name, option = g_object_new (ALSA_TYPE_SWITCH_OPTION, "name", name, "label", label, + "icon", icon, NULL); option->priv->id = id; -- cgit v1.2.1