[PD-cvs] pd/src u_main.tk,1.25.6.10,1.25.6.11

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Dec 4 20:26:08 CET 2007


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

Modified Files:
      Tag: branch-v0-40-extended
	u_main.tk 
Log Message:
make console open by default

Index: u_main.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v
retrieving revision 1.25.6.10
retrieving revision 1.25.6.11
diff -C2 -d -r1.25.6.10 -r1.25.6.11
*** u_main.tk	14 Nov 2007 00:13:47 -0000	1.25.6.10
--- u_main.tk	4 Dec 2007 19:26:06 -0000	1.25.6.11
***************
*** 227,230 ****
--- 227,232 ----
      -variable show_console \
      -command {showhide_printouttext $show_console}
+ # the console is open by default
+ .controls.switches.console select  
  
  pack .controls.switches.audiobutton .controls.switches.meterbutton \
***************
*** 262,266 ****
  pack .printout.scroll -side right -fill y
  pack .printout.text -side left -fill both -expand 1
! #pack .printout -side bottom -fill both -expand 1
  
  proc pdtk_post {stuff} {
--- 264,268 ----
  pack .printout.scroll -side right -fill y
  pack .printout.text -side left -fill both -expand 1
! pack .printout -side bottom -fill both -expand 1
  
  proc pdtk_post {stuff} {





More information about the Pd-cvs mailing list