- char c_id[50], c_cap[50], c_x[50], c_y[50], c_img[50], c_ini[50];
+ char c_id[50], c_cap[50], c_x[50], c_y[50], c_img[50], c_ini[50], c_red[50], c_green[50], c_blue[50];
+ Glib::ustring con0, con1;
+ con0 = "\t\t\t<entrada>"+get_other_name(connect_vec[0].id_dest)+"</entrada>\n";
+ con1 = "\t\t\t<salida>"+get_other_name(connect_vec[1].id_dest)+"</salida>\n";
+ sprintf(c_red,"\t\t\t<rojo>%d</rojo>\n",liquid_color.get_red());
+ sprintf(c_green,"\t\t\t<verde>%d</verde>\n",liquid_color.get_green());
+ sprintf(c_blue,"\t\t\t<azul>%d</azul>\n",liquid_color.get_blue());