diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index 97cafcb..2b91cc4 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -782,6 +782,7 @@ void on_region_changed(GtkComboBox *self, main_window *widgets){ for (int i=0;iZoneCombo),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;