Why call the function for a window that will never appear on Mac ?
Phil

Le Saturday 08 July 2006 16:09, vous avez écrit :
> Why? There's already a "if onmac" inside the stdbind
>
> Le 8 juillet 2006 à 05:32, [EMAIL PROTECTED] a écrit :
> > Revision: 7028
> > Author:   lephilousophe
> > Date:     2006-07-08 02:32:54 -0700 (Sat, 08 Jul 2006)
> > ViewCVS:  http://svn.sourceforge.net/amsn/?rev=7028&view=rev
> >
> > Log Message:
> > -----------
> > Hey ! Don't add your binds on Windows specific windows ;)
> >
> > Modified Paths:
> > --------------
> >     trunk/amsn/trayicon.tcl
> > Modified: trunk/amsn/trayicon.tcl
> > ===================================================================
> > --- trunk/amsn/trayicon.tcl 2006-07-08 04:38:07 UTC (rev 7027)
> > +++ trunk/amsn/trayicon.tcl 2006-07-08 09:32:54 UTC (rev 7028)
> > @@ -83,10 +83,9 @@
> >     }
> >
> >
> > -   #workaround for bug with the popup not unposting
> > +   #workaround for bug with the popup not unposting on Windows
> >     destroy .trayiconwin
> >     toplevel .trayiconwin -class Amsn
> > -   ::gui::stdbind .trayiconwin
> >     wm overrideredirect .trayiconwin 1
> >     wm geometry .trayiconwin "+0+[expr {2 * [winfo screenheight .]}]"
> >     wm state .trayiconwin withdrawn
> >
> >
> > 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
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to