]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/main.cpp
- Se mejora el manejo de errores (excepciones) en los tests (y en algunas otras
[z.facultad/75.42/plaqui.git] / Client / src / main.cpp
index 11bce6b33fef3eb25c0501798899a29d47d49920..085c2b1ec8c5677f6ba1625252eae1de15231ba9 100644 (file)
@@ -8,6 +8,7 @@ int main (int argc, char **argv)
 {
        Gtk::Main client(argc, argv);
 
+       Glib::thread_init();
        //Load the Glade file and instiate its widgets:
        Glib::RefPtr<Gnome::Glade::Xml> refXml;
        try {