mcabber/src/main.c
changeset 1192 7b8765c10abb
parent 1179 0f7e0346d9cb
child 1205 2de8f8ba1f34
--- a/mcabber/src/main.c	Sat Apr 21 10:18:17 2007 +0200
+++ b/mcabber/src/main.c	Sat Apr 21 12:06:13 2007 +0200
@@ -332,7 +332,7 @@
   scr_InitLocaleCharSet();
 
   /* Parsing config file... */
-  ret = cfg_read_file(configFile);
+  ret = cfg_read_file(configFile, TRUE);
   /* free() configFile if it has been allocated during options parsing */
   g_free(configFile);
   /* Leave if there was an error in the config. file */