summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-08-05 21:04:45 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-05 21:04:45 +0200
commit515eb3abe9771d5509a84df57ae8ecb17e0254b4 (patch)
treeb09317a47d893b43b17cc02bb8f59ed85bb1347f /src/main.c
parent613cd4ee488b61914d75ee1c8ee9552d1113ba8e (diff)
Use , instead of ; for list separator in main.conf
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index bb2cfe9d..7eeac0b8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -78,6 +78,8 @@ static GKeyFile *load_config(const char *file)
return NULL;
}
+ g_key_file_set_list_separator(keyfile, ',');
+
return keyfile;
}