diff options
author | Michal Ratajsky <[email protected]> | 2014-11-10 11:41:38 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-10 11:41:38 +0100 |
commit | 8daac9a1609a414d1a05c06173240e812a5cc6d2 (patch) | |
tree | 36957061a79299400cd5d7fcbf64395cd43bbfb2 /mate-volume-control | |
parent | 629fd97f39346eb78146077d1d459ef6d99ea7ef (diff) | |
download | mate-media-8daac9a1609a414d1a05c06173240e812a5cc6d2.tar.bz2 mate-media-8daac9a1609a414d1a05c06173240e812a5cc6d2.tar.xz |
Adapt to class name change in libmatemixermate-media-1.9.1
Diffstat (limited to 'mate-volume-control')
-rw-r--r-- | mate-volume-control/gvc-mixer-dialog.c | 2 |
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); |