cool! but I though I had fixed that kind of bug...
it's because with Tk widgets you can specify a variable that doesn't
exist and it will assume "" or 0, not sure, while tile's widgets need
the variable to be set... I think I did it already, but I'm not sure, so
I'll have to fix that again (I think i did it for radiobuttons only)..
it's an easy fix, inside chameleon, so no need to change amsn's code.. 
Vivia, next time, bugs due to chameleon should be fixed IN chameleon..
not in amsn's code.. this way, chameleon can be mor stable and ported to
any other app apart from amsn without any need to rewrite that app's
code!
KaKaRoTo


On Sat, Mar 11, 2006 at 04:15:39PM +0000, Vivia Nikolaidou wrote:
> Update of /cvsroot/amsn/msn
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19349
> 
> Modified Files:
>       gui.tcl 
> Log Message:
> Killed a bug with chameleon... though more bugs of this kind might show up
> 
> Index: gui.tcl
> ===================================================================
> RCS file: /cvsroot/amsn/msn/gui.tcl,v
> retrieving revision 1.1241
> retrieving revision 1.1242
> diff -C2 -d -r1.1241 -r1.1242
> *** gui.tcl   11 Mar 2006 13:25:09 -0000      1.1241
> --- gui.tcl   11 Mar 2006 16:15:37 -0000      1.1242
> ***************
> *** 7424,7428 ****
>       ::plugins::PostEvent xtra_choosepic_buttons evPar
>   
> - 
>       checkbutton .picbrowser.showcache -command "reloadAvailablePics" 
> -variable show_cached_pics\
>               -font sboldf -text [trans showcachedpics]
> --- 7424,7427 ----
> ***************
> *** 7597,7600 ****
> --- 7596,7603 ----
>       lappend image_order "--break--"
>   
> +         if { ![info exists show_cached_pics] } {
> +                 set show_cached_pics 0
> +         }
> + 
>       if { $show_cached_pics } {
>               set cached_order [list]
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Amsn-commits mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/amsn-commits


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to