|
|
|
|
@ -782,6 +782,7 @@ void on_region_changed(GtkComboBox *self, main_window *widgets){
|
|
|
|
|
for (int i=0;i<size;i++){
|
|
|
|
|
gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widgets->ZoneCombo),parsed[i],_(parsed[i]));
|
|
|
|
|
}
|
|
|
|
|
gtk_combo_box_set_active(GTK_COMBO_BOX(widgets->ZoneCombo),0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -1129,6 +1130,7 @@ main_window *yon_main_window_complete(){
|
|
|
|
|
free(path);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
gtk_combo_box_set_active(GTK_COMBO_BOX(widgets->RegionCombo),0);
|
|
|
|
|
yon_char_parsed_free(parsed,size);
|
|
|
|
|
parsed = yon_config_load(get_layouts_command,&size);
|
|
|
|
|
GtkTreeIter itar;
|
|
|
|
|
|