[PD-cvs] externals/bbogart/popup popup.c,1.16,1.17

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Jun 7 20:09:58 CEST 2005


Update of /cvsroot/pure-data/externals/bbogart/popup
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19319

Modified Files:
	popup.c 
Log Message:
fixed a bug that crashed pd when deleting a popup-in-a-gop that with inlets (of the popup) connected 


Index: popup.c
===================================================================
RCS file: /cvsroot/pure-data/externals/bbogart/popup/popup.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** popup.c	7 Jun 2005 15:07:53 -0000	1.16
--- popup.c	7 Jun 2005 18:09:55 -0000	1.17
***************
*** 312,316 ****
  
      t_text *x = (t_text *)z;
!     canvas_deletelinesfor(glist_getcanvas(glist), x);
  
      DEBUG(post("delete end");)
--- 312,316 ----
  
      t_text *x = (t_text *)z;
!     canvas_deletelinesfor(glist, x);
  
      DEBUG(post("delete end");)





More information about the Pd-cvs mailing list