]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/ventana.cpp
compilo y anduvosvn up! groso
[z.facultad/75.42/plaqui.git] / Constructor / ventana.cpp
index d175fc938f7e04362e222204537dae497ccb1300..24dfe61f92578c6d56c65aa15baddcb3367a9134 100644 (file)
@@ -3,7 +3,8 @@
 Ventana::Ventana(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& 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()