Jonne Zutt wrote:
> It's quite easy to make these changes.
> I made about 40 changes to amsn already (these can be committed as they
> work with and without the Tip being implemented).

Yes, that's the idea.

> However, Tip 278 also breaks (at least) BWidget.
> In widget.tcl, one can find this:
> 
>   proc Widget::init { class path options } {
>     ...
>     set Widget::_class($path) $class
> 
> Which needs to be ...
>     set ::Widget::_class($path) $class
> or perhaps ...
>     set _class($path) $class
> 
> in the future.
> 
> I'll just change utils/BWidget too, doesn't matter of course.

Could you please forward the info to the bwidget maintainers?

Thx again
Miguel

-------------------------------------------------------------------------
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