diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-08-05 21:04:45 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-05 21:04:45 +0200 |
commit | 515eb3abe9771d5509a84df57ae8ecb17e0254b4 (patch) | |
tree | b09317a47d893b43b17cc02bb8f59ed85bb1347f | |
parent | 613cd4ee488b61914d75ee1c8ee9552d1113ba8e (diff) |
Use , instead of ; for list separator in main.conf
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,8 @@ static GKeyFile *load_config(const char *file) return NULL; } + g_key_file_set_list_separator(keyfile, ','); + return keyfile; } |