summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-03-23 11:09:11 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-03-23 11:09:11 +0200
commitabdf12d1ad67ab373247036eb9efdb48aff9a9c3 (patch)
treee117774e294b81890ad528f6578a411eecc5e49f /audio
parent97904d11f681dd22f5cef575f87a33ce12b32a36 (diff)
Use comma as list separator in audio.conf for consistency with main.conf
Diffstat (limited to 'audio')
-rw-r--r--audio/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/main.c b/audio/main.c
index f5eb7dde..d5610302 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -55,6 +55,8 @@ static GKeyFile *load_config_file(const char *file)
keyfile = g_key_file_new();
+ g_key_file_set_list_separator(keyfile, ',');
+
if (!g_key_file_load_from_file(keyfile, file, 0, &err)) {
error("Parsing %s failed: %s", file, err->message);
g_error_free(err);