diff options
Diffstat (limited to 'backends/alsa/alsa-switch-option.c')
-rw-r--r-- | backends/alsa/alsa-switch-option.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <glib.h> #include <glib-object.h> #include <alsa/asoundlib.h> - #include <libmatemixer/matemixer.h> -#include <libmatemixer/matemixer-private.h> #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; |