Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11607
Modified Files: Tag: impd_0_37 g_all_guis.c g_editor.c Log Message: oops
Index: g_editor.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/g_editor.c,v retrieving revision 1.1.1.4.2.3.2.5 retrieving revision 1.1.1.4.2.3.2.6 diff -C2 -d -r1.1.1.4.2.3.2.5 -r1.1.1.4.2.3.2.6 *** g_editor.c 30 Mar 2004 01:35:09 -0000 1.1.1.4.2.3.2.5 --- g_editor.c 30 Mar 2004 01:54:09 -0000 1.1.1.4.2.3.2.6 *************** *** 72,76 **** x->gl_editor->e_selectline_index2 = index2; x->gl_editor->e_selectline_inno = inno; x->gl_editor->e_selectline_tag = oc; ! sys_vgui("wire_select .x%x.c l%x 1\n", x, x->gl_editor->e_selectline_tag); } } --- 72,76 ---- x->gl_editor->e_selectline_index2 = index2; x->gl_editor->e_selectline_inno = inno; x->gl_editor->e_selectline_tag = oc; ! sys_vgui("wire_select l%x .x%x.c 1\n", x->gl_editor->e_selectline_tag, x); } } *************** *** 81,85 **** { x->gl_editor->e_selectedline = 0; ! sys_vgui("wire_select .x%x.c l%x 0\n", x, x->gl_editor->e_selectline_tag); } } --- 81,85 ---- { x->gl_editor->e_selectedline = 0; ! sys_vgui("wire_select l%x .x%x.c 0\n", x->gl_editor->e_selectline_tag, x); } }
Index: g_all_guis.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/g_all_guis.c,v retrieving revision 1.1.1.4.2.4.2.12 retrieving revision 1.1.1.4.2.4.2.13 diff -C2 -d -r1.1.1.4.2.4.2.12 -r1.1.1.4.2.4.2.13 *** g_all_guis.c 30 Mar 2004 01:35:09 -0000 1.1.1.4.2.4.2.12 --- g_all_guis.c 30 Mar 2004 01:54:08 -0000 1.1.1.4.2.4.2.13 *************** *** 685,689 **** i+=snprintf(buf+i,n-i,"\n"); if (i>=n) goto over; - fprintf(stderr,">>> %s",buf); sys_gui(buf); return; --- 685,688 ----