|
|
|
|
@ -578,7 +578,6 @@ void on_page_navigation_clicked(GtkWidget *self, main_window *widgets){
|
|
|
|
|
char *size_final = yon_char_append(yon_char_from_long((long)part_size),size_letter);
|
|
|
|
|
yon_config_register(part_size_parameter,part_size_parameter_command,size_final);
|
|
|
|
|
} else yon_config_remove_by_key(part_size_parameter);
|
|
|
|
|
char *file_system_type = (char*)gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(widgets->NextInstallationFilesystemTypeCombo));
|
|
|
|
|
char *device_name = (char*)gtk_entry_get_text(GTK_ENTRY(widgets->NextInstallationSectionNameEntry));
|
|
|
|
|
char *part;
|
|
|
|
|
gtk_tree_model_get(model,&iter,0,&part,-1);
|
|
|
|
|
|