[PD-cvs] externals/postlude/dssi/src dssi~.c,1.14,1.15

Jamie Bullock postlude at users.sourceforge.net
Fri Jan 18 09:48:36 CET 2008


Update of /cvsroot/pure-data/externals/postlude/dssi/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12770/src

Modified Files:
	dssi~.c 
Log Message:
Fixed hard-coded paths after eighthave changed the name of the help file!


Index: dssi~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/postlude/dssi/src/dssi~.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** dssi~.c	7 Apr 2006 10:27:59 -0000	1.14
--- dssi~.c	18 Jan 2008 08:48:33 -0000	1.15
***************
*** 2331,2335 ****
      class_addmethod (dssi_tilde_class,(t_method)dssi_tilde_deactivate_plugin,
  	    gensym ("deactivate"),A_DEFFLOAT - 1,0);*/
!     class_sethelpsymbol(dssi_tilde_class, gensym("help-dssi"));
      CLASS_MAINSIGNALIN(dssi_tilde_class, t_dssi_tilde, f);
  }
--- 2331,2335 ----
      class_addmethod (dssi_tilde_class,(t_method)dssi_tilde_deactivate_plugin,
  	    gensym ("deactivate"),A_DEFFLOAT - 1,0);*/
!     class_sethelpsymbol(dssi_tilde_class, gensym("dssi-help"));
      CLASS_MAINSIGNALIN(dssi_tilde_class, t_dssi_tilde, f);
  }





More information about the Pd-cvs mailing list