[PD-cvs] pd/src bgerror.tcl, 1.1.2.1, 1.1.2.2 m_hash.c, 1.1.2.9, 1.1.2.10

Mathieu Bouchard matju at users.sourceforge.net
Sun Nov 19 06:58:26 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10980

Modified Files:
      Tag: devel_0_39
	bgerror.tcl m_hash.c 
Log Message:
.


Index: m_hash.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_hash.c,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** m_hash.c	2 Jul 2006 00:48:51 -0000	1.1.2.9
--- m_hash.c	19 Nov 2006 05:58:24 -0000	1.1.2.10
***************
*** 105,109 ****
  
  void hash_setup (void) {
-   post("hash ah est-ce hash");
    hash_class = class_new(gensym("#V"), (t_newmethod)0 /*hash_new*/,
  	(t_method)hash_free, sizeof(t_object), CLASS_PD, A_GIMME, 0);
--- 105,108 ----

Index: bgerror.tcl
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/bgerror.tcl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** bgerror.tcl	16 Sep 2006 01:20:00 -0000	1.1.2.1
--- bgerror.tcl	19 Nov 2006 05:58:24 -0000	1.1.2.2
***************
*** 101,105 ****
      } else {
  	set ok		[mc OK]
! 	set messageFont	{Times -18}
  	set textRelief	sunken
  	set textHilight	1
--- 101,105 ----
      } else {
  	set ok		[mc OK]
! 	set messageFont	{Helvetica -14 bold}
  	set textRelief	sunken
  	set textHilight	1
***************
*** 161,165 ****
  	    -yscrollcommand [list $W.scroll set]\
  	    -setgrid true			\
! 	    -width 40				\
  	    -height 10				\
  	    -state normal			\
--- 161,165 ----
  	    -yscrollcommand [list $W.scroll set]\
  	    -setgrid true			\
! 	    -width 80				\
  	    -height 10				\
  	    -state normal			\
***************
*** 192,196 ****
      } else {
  	# On other platforms, make the error icon
! 	canvas .bgerrorDialog.bitmap -width 32 -height 32 -highlightthickness 0
  	.bgerrorDialog.bitmap create oval 0 0 31 31 -fill red -outline black
  	.bgerrorDialog.bitmap create line 9 9 23 23 -fill white -width 4
--- 192,196 ----
      } else {
  	# On other platforms, make the error icon
! 	canvas .bgerrorDialog.bitmap -width 32 -height 32 -highlightthickness 0 -bd 0
  	.bgerrorDialog.bitmap create oval 0 0 31 31 -fill red -outline black
  	.bgerrorDialog.bitmap create line 9 9 23 23 -fill white -width 4





More information about the Pd-cvs mailing list