diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-05 17:51:48 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-05 17:51:48 +0000 |
commit | ce8053e02539f99b025054c0055cf4d0ca1485e7 (patch) | |
tree | 9aca734f8a927f6c7a2454429379ab60a8f07441 /audio/control.c | |
parent | 5db61cea279f4aae935b073dca99bb6ba37d4d4a (diff) |
Rename ForceMaster to just Master
Diffstat (limited to 'audio/control.c')
-rw-r--r-- | audio/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/control.c b/audio/control.c index 2c8f03ba..861241b5 100644 --- a/audio/control.c +++ b/audio/control.c @@ -989,7 +989,7 @@ int avrcp_init(DBusConnection *conn, GKeyFile *config) return 0; - 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); |