summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/manager.c')
-rw-r--r--audio/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/manager.c b/audio/manager.c
index 461090a3..c0f4ffd1 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -1554,7 +1554,7 @@ static int headset_server_init(DBusConnection *conn, GKeyFile *config)
if (config) {
gboolean tmp;
- tmp = g_key_file_get_boolean(config, "General", "ForceMaster",
+ tmp = g_key_file_get_boolean(config, "General", "Master",
&err);
if (err) {
debug("audio.conf: %s", err->message);