IIRC, OnUnix == true on Mac! So I think it should be either:
if {[OnUnix] && ![OnMac]} {
or:
if {[OnLinux]} {
Op zaterdag 21 oktober 2006 20:20, schreef [EMAIL PROTECTED]:
> Revision: 7386
> http://svn.sourceforge.net/amsn/?rev=7386&view=rev
> Author: vivia
> Date: 2006-10-21 11:20:47 -0700 (Sat, 21 Oct 2006)
>
> Log Message:
> -----------
> hidden files on windows???
>
> Modified Paths:
> --------------
> trunk/amsn/amsn
>
> Modified: trunk/amsn/amsn
> ===================================================================
> --- trunk/amsn/amsn 2006-10-20 22:13:43 UTC (rev 7385)
> +++ trunk/amsn/amsn 2006-10-21 18:20:47 UTC (rev 7386)
> @@ -256,7 +256,7 @@
> }
>
> # Bye bye hidden files in file dialogs (works fine with Mac even without
> this). -if {![OnMac]} {
> +if {[OnUnix]} {
> catch { tk_getOpenFile -w00t } ;# start file dialog with unknown option
> set ::tk::dialog::file::showHiddenVar 0
> }
>
>
> This was sent by the SourceForge.net collaborative development platform,
> the world's largest Open Source development site.
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Amsn-commits mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/amsn-commits
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel