Revision: 12053 http://pure-data.svn.sourceforge.net/pure-data/?rev=12053&view=rev Author: eighthave Date: 2009-08-24 01:47:15 +0000 (Mon, 24 Aug 2009)
Log Message: ----------- - implemented the Tcl [tk appname]/'send' technique of checking for whether there is already an instance of Pd running. [tk appname] should work for GNU/Linux and Windows. This is not needed on Mac OS X since the Wish.app handles this for us. Windows doesn't use 'send', which relies on X11, so we'll need a 'dde' implementation of the send for Windows.
- also, switched to [file join] for building paths since it should handle the / or \ path separator issues for us
Modified Paths: -------------- branches/pd-devel/0.41.4/src/pd-gui.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.