|
|
|
|
@ -170,7 +170,7 @@ void yon_navigation_buttons_set_sensetiveness(main_window *widgets){
|
|
|
|
|
case YON_PAGE_CONFIGURE_SAVE:
|
|
|
|
|
case YON_PAGE_COMPLETION:
|
|
|
|
|
gtk_button_set_label(GTK_BUTTON(widgets->NextButton),RESTART_LABEL);
|
|
|
|
|
gtk_widget_set_sensitive(widgets->BackButton,0);
|
|
|
|
|
gtk_widget_hide(widgets->BackButton);
|
|
|
|
|
gtk_widget_set_sensitive(widgets->CancelInstallButton,1);
|
|
|
|
|
gtk_button_set_label(GTK_BUTTON(widgets->CancelInstallButton),EXIT_LABEL);
|
|
|
|
|
gtk_widget_set_sensitive(widgets->NextButton,1);
|
|
|
|
|
|