err..... no? I tested and my emoticon is named -mydescr ?

Anyway, you know better, I'm leaving this to you now :)

On Fri, 14 Apr 2006, Youness Alaoui wrote:

> hey, that is SO wrong, I didn't test, but I'm almost 100% sure it broke
> smileys support!
> you're making the photo name passed in as a list, which means that variable
> substitution is not done, and it probably won't be done by the image proc, so
> all custom smileys will be named '$emotion(name)' (the actual string, not the
> value) so all custom smileys will be the same...  I think for stuff like that
> you have to make it an [image create photo custom_smiley_$emotion(name) -file
> ...]
> in which case, make sure you change all references to $emotion(name) so that
> the image is found correctly by other procs...
> 
> KKRT
> 
> 
> On Fri, 14 Apr 2006 12:55:36 -0400, Vivia Nikolaidou
> <[EMAIL PROTECTED]> wrote:
> 
> >Update of /cvsroot/amsn/msn
> >In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1894
> >
> >Modified Files:
> >     smileys.tcl
> >Log Message:
> >Fixed bug with adding emoticons starting with -
> >
> >Index: smileys.tcl
> >===================================================================
> >RCS file: /cvsroot/amsn/msn/smileys.tcl,v
> >retrieving revision 1.175
> >retrieving revision 1.176
> >diff -C2 -d -r1.175 -r1.176
> >*** smileys.tcl      12 Apr 2006 09:23:13 -0000      1.175
> >--- smileys.tcl      14 Apr 2006 16:55:34 -0000      1.176
> >***************
> >*** 1019,1023 ****
> >    
> >    
> >!            set emotion(image_name) [image create photo $emotion(name)
> >-file $emotion(file) -format cximage]
> >             set custom_emotions($name) [array get emotion]
> >--- 1019,1023 ----
> >    
> >    
> >!            set emotion(image_name) [image create photo {$emotion(name)}
> >-file $emotion(file) -format cximage]
> >    set custom_emotions($name) [array get emotion]
> >
> >
> >
> >-------------------------------------------------------
> >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
> 
> 
> 
> -- 
> KaKaRoTo
> 
> 
> -------------------------------------------------------
> 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
> 


---

"Where is the life that we have lost in living?
 Where is the wisdom that we have lost in knowledge?
 Where is the knowledge that we have lost in information?"

OEO;



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