[PD-cvs] SF.net SVN: pure-data:[10735] branches/pd-devel/0.41.4/src/apple_events.tcl

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Wed Feb 4 07:29:56 CET 2009


Revision: 10735
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10735&view=rev
Author:   eighthave
Date:     2009-02-04 06:29:56 +0000 (Wed, 04 Feb 2009)

Log Message:
-----------
oops, probably shouldn't be writing code for Mac OS X while in Ubuntu, or I am likely to make studid mistakes like this one

Modified Paths:
--------------
    branches/pd-devel/0.41.4/src/apple_events.tcl

Modified: branches/pd-devel/0.41.4/src/apple_events.tcl
===================================================================
--- branches/pd-devel/0.41.4/src/apple_events.tcl	2009-02-04 06:24:04 UTC (rev 10734)
+++ branches/pd-devel/0.41.4/src/apple_events.tcl	2009-02-04 06:29:56 UTC (rev 10735)
@@ -13,7 +13,7 @@
 
 # kAEOpenDocuments
 proc ::tk::mac::OpenDocument {args} {
-	foreach filename $files { 
+	foreach filename $args { 
 		puts "open_file $filename"
 		open_file $filename
 	}


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