summaryrefslogtreecommitdiff
path: root/mate-volume-control/src/gvc-mixer-dialog.c
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-08 14:29:47 +0100
committerMichal Ratajsky <[email protected]>2014-11-08 14:29:47 +0100
commitd71e47bc5279e1af152c9e65f589020280306a7f (patch)
treed55023acf3e63bf832b4dc04e6611f9cedf4740a /mate-volume-control/src/gvc-mixer-dialog.c
parent7f9a7c7fc793fb05711a972500e1054e69ffaca6 (diff)
downloadmate-media-d71e47bc5279e1af152c9e65f589020280306a7f.tar.bz2
mate-media-d71e47bc5279e1af152c9e65f589020280306a7f.tar.xz
Rename mvc-helpers.{c,h} -> gvc-utils.{c,h}
Diffstat (limited to 'mate-volume-control/src/gvc-mixer-dialog.c')
-rw-r--r--mate-volume-control/src/gvc-mixer-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-volume-control/src/gvc-mixer-dialog.c b/mate-volume-control/src/gvc-mixer-dialog.c
index 26e0540..b6525fb 100644
--- a/mate-volume-control/src/gvc-mixer-dialog.c
+++ b/mate-volume-control/src/gvc-mixer-dialog.c
@@ -36,7 +36,7 @@
#include "gvc-sound-theme-chooser.h"
#include "gvc-level-bar.h"
#include "gvc-speaker-test.h"
-#include "mvc-helpers.h"
+#include "gvc-utils.h"
#define GVC_MIXER_DIALOG_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GVC_TYPE_MIXER_DIALOG, GvcMixerDialogPrivate))
@@ -1037,7 +1037,7 @@ add_stream (GvcMixerDialog *dialog, MateMixerStream *stream)
control = mate_mixer_stream_get_default_control (stream);
if (G_LIKELY (control != NULL))
- speakers = mvc_channel_map_to_pretty_string (control);
+ speakers = gvc_channel_map_to_pretty_string (control);
}
controls = mate_mixer_stream_list_controls (stream);