Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25789
Modified Files: Tag: desiredata desire.c Log Message: possible fix for the text_setto bug.
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.217.2.173 retrieving revision 1.1.2.217.2.174 diff -C2 -d -r1.1.2.217.2.173 -r1.1.2.217.2.174 *** desire.c 20 Jul 2007 03:58:37 -0000 1.1.2.217.2.173 --- desire.c 28 Jul 2007 14:40:27 -0000 1.1.2.217.2.174 *************** *** 5659,5663 **** --- 5659,5665 ---- /* if it's an abstraction loadbang it here */ if (newest && pd_class(newest) == canvas_class) canvas_loadbang((t_canvas *)newest); + t_pd *backup = newest; canvas_restoreconnections(canvas_getcanvas(canvas), buf); + newest = backup; } }