]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/constructor.cpp
- Se corrige la bomba para que tenga mas informacion sobre el flujo maximo y
[z.facultad/75.42/plaqui.git] / Constructor / constructor.cpp
index 449e7c35c581de574bb88f0e4713391881a5144b..98f6ab9ad5d1b5ce03734e143796559c02db7c57 100644 (file)
@@ -82,12 +82,7 @@ void Constructor::on_item_drag_begin(const Glib::RefPtr<Gdk::DragContext>& conte
 
 void Constructor::on_item_drag_data_get(const Glib::RefPtr<Gdk::DragContext>& context, GtkSelectionData* selection_data, guint info, guint time)
 {      
-       if ( strcmp((const char *)selection_data->data,"item_codo.png")==0)
-               gtk_selection_data_set (selection_data, selection_data->target, 10, (const guchar*)"item_codo.png", 13);
-       if ( strcmp((const char *)selection_data->data,"item_canio.png")==0)
-               gtk_selection_data_set (selection_data, selection_data->target, 10, (const guchar*)"item_canio.png", 14);
-       if ( strcmp((const char *)selection_data->data,"item_y.png")==0)
-               gtk_selection_data_set (selection_data, selection_data->target, 10, (const guchar*)"item_y.png", 10);
+       gtk_selection_data_set (selection_data, selection_data->target, 10, (const guchar*)"item_codo.png", 13);
 }
 
 void Constructor::on_item_drop_drag_received(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, GtkSelectionData* selection_data, guint info, guint time)