|
|
|
|
@ -58,7 +58,7 @@ settings_window *yon_settings_window_new(){
|
|
|
|
|
|
|
|
|
|
int size;
|
|
|
|
|
config_str themes = (config_str)g_hash_table_get_keys_as_array(main_config.themes,(guint*)&size);
|
|
|
|
|
qsort(themes,size,sizeof(char*),yon_char_parsed_compare);
|
|
|
|
|
qsort(themes,size,sizeof(char*),(__compar_fn_t)yon_char_parsed_compare);
|
|
|
|
|
for (int i=0;i<size;i++){
|
|
|
|
|
gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(window->ThemeCombo),themes[i],themes[i]);
|
|
|
|
|
}
|
|
|
|
|
|