|
|
|
|
@ -130,8 +130,10 @@ void yon_config_local_load(GtkWidget *self, main_window *widgets){
|
|
|
|
|
gtk_combo_box_set_active(GTK_COMBO_BOX(widgets->IDCombo),1);
|
|
|
|
|
else if (!strcmp(id,"hardware"))
|
|
|
|
|
gtk_combo_box_set_active(GTK_COMBO_BOX(widgets->IDCombo),2);
|
|
|
|
|
else
|
|
|
|
|
else {
|
|
|
|
|
gtk_entry_set_text(GTK_ENTRY(widgets->IDEntry),id);
|
|
|
|
|
gtk_combo_box_set_active(GTK_COMBO_BOX(widgets->IDCombo),3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
char *code;
|
|
|
|
|
char *cons_font = yon_config_get_by_key(console_font_parameter);
|
|
|
|
|
@ -188,8 +190,10 @@ void yon_config_global_load(GtkWidget *self, main_window *widgets){
|
|
|
|
|
gtk_combo_box_set_active(GTK_COMBO_BOX(widgets->IDCombo),1);
|
|
|
|
|
else if (!strcmp(id,"hardware"))
|
|
|
|
|
gtk_combo_box_set_active(GTK_COMBO_BOX(widgets->IDCombo),2);
|
|
|
|
|
else
|
|
|
|
|
else{
|
|
|
|
|
gtk_entry_set_text(GTK_ENTRY(widgets->IDEntry),id);
|
|
|
|
|
gtk_combo_box_set_active(GTK_COMBO_BOX(widgets->IDCombo),3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
char *code;
|
|
|
|
|
char *cons_font = yon_config_get_by_key(console_font_parameter);
|
|
|
|
|
|