mcabber/src/main.c
changeset 848 a9161d2dc414
parent 815 04edcb6d7ee3
child 851 da03534e46c7
equal deleted inserted replaced
847:e1b7f71b0b1c 848:a9161d2dc414
   250 	configFile = g_strdup(optarg);
   250 	configFile = g_strdup(optarg);
   251 	break;
   251 	break;
   252       }
   252       }
   253   }
   253   }
   254 
   254 
   255   /* Initialize commands system */
   255   /* Initialize commands system and roster */
   256   cmd_init();
   256   cmd_init();
       
   257   roster_init();
   257   /* Initialize charset */
   258   /* Initialize charset */
   258   scr_InitLocaleCharSet();
   259   scr_InitLocaleCharSet();
   259 
   260 
   260   /* Parsing config file... */
   261   /* Parsing config file... */
   261   ret = cfg_read_file(configFile);
   262   ret = cfg_read_file(configFile);