X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/d93cbb5e5f24aa986220c4b9ddb7e17885545182..d9556426e85743ed9aa3dad04cea4bbeebfeb4c6:/Constructor/ventana.cpp diff --git a/Constructor/ventana.cpp b/Constructor/ventana.cpp index d175fc9..24dfe61 100644 --- a/Constructor/ventana.cpp +++ b/Constructor/ventana.cpp @@ -3,7 +3,8 @@ Ventana::Ventana(BaseObjectType* cobject, const Glib::RefPtr& refGlade): Gtk::Window(cobject) { - btn_salir.signal_released().connect(SigC::slot(*this,&Ventana::on_btn_salir_pressed )); + refGlade->get_widget("button9", btn_salir); + btn_salir->signal_released().connect(SigC::slot(*this,&Ventana::on_btn_salir_pressed )); } Ventana::~Ventana()