aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-03-23 15:02:42 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-03-23 15:02:42 +0000
commitdd14ecc29b87b9aefa97b6838f5a8595557d46d1 (patch)
tree5e9343accd67d54130ef74de31eb4e81a51afa45 /conf.c
parent8a2221a79b177a5c6d0b55dafebd39414d7fe10a (diff)
s/g_strsplit/g_strsplit_set/, thanks to misc@mandriva.org (Bug #380).
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 57902826..339af618 100644
--- a/conf.c
+++ b/conf.c
@@ -251,7 +251,7 @@ static int conf_loadini( conf_t *conf, char *file )
else if( g_strcasecmp( ini->key, "account_storage_migrate" ) == 0 )
{
g_strfreev( conf->migrate_storage );
- conf->migrate_storage = g_strsplit( ini->value, " \t,;", -1 );
+ conf->migrate_storage = g_strsplit_set( ini->value, " \t,;", -1 );
}
else if( g_strcasecmp( ini->key, "pinginterval" ) == 0 )
{