add build dialog

This commit is contained in:
2020-06-03 18:59:39 +02:00
parent 44bfd7e606
commit adf1bc70ce
8 changed files with 37 additions and 12 deletions

View File

@@ -6,8 +6,8 @@ container_window::container_window(conexion *con, Glib::RefPtr< Gtk::Application
this->app=app;
this->app->run(loggin);
if(this->loggin.login){
this->cont_inst=new controller_install(&install, sesion.get());
this->cont_info=new controller_info(&info, sesion.get());
this->cont_inst=new controller_install(&install, sesion.get(), this->cont_info);
this->app.reset();
this->app=Gtk::Application::create( "org.gtkmm.examples.base");
this->add(this->book);