summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-10 11:41:38 +0100
committerMichal Ratajsky <[email protected]>2014-11-10 11:41:38 +0100
commit8daac9a1609a414d1a05c06173240e812a5cc6d2 (patch)
tree36957061a79299400cd5d7fcbf64395cd43bbfb2
parent629fd97f39346eb78146077d1d459ef6d99ea7ef (diff)
downloadmate-media-8daac9a1609a414d1a05c06173240e812a5cc6d2.tar.bz2
mate-media-8daac9a1609a414d1a05c06173240e812a5cc6d2.tar.xz
Adapt to class name change in libmatemixermate-media-1.9.1
-rw-r--r--mate-volume-control/gvc-mixer-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-volume-control/gvc-mixer-dialog.c b/mate-volume-control/gvc-mixer-dialog.c
index 92a72a7..9f3000c 100644
--- a/mate-volume-control/gvc-mixer-dialog.c
+++ b/mate-volume-control/gvc-mixer-dialog.c
@@ -145,7 +145,7 @@ find_stream_port_switch (MateMixerStream *stream)
while (switches != NULL) {
MateMixerStreamSwitch *swtch = MATE_MIXER_STREAM_SWITCH (switches->data);
- if (!MATE_MIXER_IS_TOGGLE (swtch) &&
+ if (!MATE_MIXER_IS_STREAM_TOGGLE (swtch) &&
mate_mixer_stream_switch_get_role (swtch) == MATE_MIXER_STREAM_SWITCH_ROLE_PORT)
return MATE_MIXER_SWITCH (swtch);