minor fixes

This commit is contained in:
2020-06-03 22:39:48 +02:00
parent adf1bc70ce
commit 5e3c918245
4 changed files with 4 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ void controller_install::on_button_clicked(){
if(result==-5){
int res=this->sesi->install_command(n_package);
mes.close();
con->load_info();
if(res>0){
con->load_info();
Gtk::MessageDialog mesf=Gtk::MessageDialog("Compile end satisfactorily",false,Gtk::MessageType::MESSAGE_INFO, Gtk::ButtonsType::BUTTONS_OK);