|
|
|
@ -440,7 +440,8 @@ void yon_main_window_complete(main_window *widgets){
|
|
|
|
yon_char_remove_last_symbol(rtn[i],'\n');
|
|
|
|
yon_char_remove_last_symbol(rtn[i],'\n');
|
|
|
|
config_str layout = yon_char_parse(rtn[i],&laysize,";");
|
|
|
|
config_str layout = yon_char_parse(rtn[i],&laysize,";");
|
|
|
|
gtk_list_store_append(main_config.layouts_list,&iter);
|
|
|
|
gtk_list_store_append(main_config.layouts_list,&iter);
|
|
|
|
gtk_list_store_set(main_config.layouts_list,&iter,0,layout[0],1,_(layout[1]),-1);
|
|
|
|
char *lout = layout[1];
|
|
|
|
|
|
|
|
gtk_list_store_set(main_config.layouts_list,&iter,0,layout[0],1,lout,-1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
main_config.options_list = gtk_list_store_new(3,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_BOOLEAN);
|
|
|
|
main_config.options_list = gtk_list_store_new(3,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_BOOLEAN);
|
|
|
|
rtn = yon_config_load(get_options_command,&size);
|
|
|
|
rtn = yon_config_load(get_options_command,&size);
|
|
|
|
|