]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/item_conduct.cpp
Se agrega XML para otros items (no todos ya implementados en el cliente).
[z.facultad/75.42/plaqui.git] / Client / src / item_conduct.cpp
index a5dd59d6229d9e98430aade1246407ce113578c8..033937087ac344359ee3a1817cf263cc16bde4f8 100644 (file)
@@ -10,6 +10,7 @@ ViewConduct::ViewConduct(Glib::ustring _name, int orientacion):ViewItem(_name)
                case 1:
                        image.set("canio_s.png");
        }
                case 1:
                        image.set("canio_s.png");
        }
+       std::cout << "Conducto creado" << std::endl;
        image.show();
        set_size_request();
 }
        image.show();
        set_size_request();
 }