diff options
Diffstat (limited to 'backends/pulse/pulse-device-switch.c')
-rw-r--r-- | backends/pulse/pulse-device-switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/pulse/pulse-device-switch.c b/backends/pulse/pulse-device-switch.c index b41d8ea..c6b8316 100644 --- a/backends/pulse/pulse-device-switch.c +++ b/backends/pulse/pulse-device-switch.c @@ -92,7 +92,7 @@ pulse_device_switch_new (const gchar *name, const gchar *label, PulseDevice *dev return g_object_new (PULSE_TYPE_DEVICE_SWITCH, "name", name, "label", label, - "role", MATE_MIXER_SWITCH_ROLE_DEVICE_PROFILE, + "role", MATE_MIXER_DEVICE_SWITCH_ROLE_PROFILE, "device", device, NULL); } |