[PD-cvs] SF.net SVN: pure-data: [10041] branches/pd-extended/v0-40/pd/src/u_main.tk

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Thu Jun 19 01:17:10 CEST 2008


Revision: 10041
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10041&view=rev
Author:   eighthave
Date:     2008-06-18 16:17:09 -0700 (Wed, 18 Jun 2008)

Log Message:
-----------
removed Enter key binding to flags entry widget since it didn't work, and threw an error everytime

Modified Paths:
--------------
    branches/pd-extended/v0-40/pd/src/u_main.tk

Modified: branches/pd-extended/v0-40/pd/src/u_main.tk
===================================================================
--- branches/pd-extended/v0-40/pd/src/u_main.tk	2008-06-18 23:01:51 UTC (rev 10040)
+++ branches/pd-extended/v0-40/pd/src/u_main.tk	2008-06-18 23:17:09 UTC (rev 10041)
@@ -5069,7 +5069,6 @@
 
         label $id.entryname -text {startup flags:}
         entry $id.entry -textvariable pd_flags -width 60
-        bind $id.entry <KeyPress-Return> [concat dlg_Startup::ok $id]
         pdtk_standardkeybindings $id.entry
         pack $id.entryname $id.entry -side left
         pack $id.entry -side right -padx 2m -fill x -expand 1


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list