oups

here is the patch :)

On 3/24/06, Karol Krizka <[EMAIL PROTECTED]> wrote:
> On Thursday 23 March 2006 17:53, Yoda BZH wrote:
> > Hi
> >
> > Fix a typo (currentMedia, not currentmedia) in the proc changeCurrentMedia
> >
> > This should fix the bug I sent while I was playing with the music plugin.
> >
> I think you forgot to attach the patch.
> --
> Karol Krizka
>
>
>


--
Admin WestArena : http://www.westarena.net 28 - 29 - 30 avril 2006 à
Landerneau (29)
Admin AAG : http://www.2ag-fr.com

http://www.yoda-bzh.net
http://blog.yoda-bzh.net

o May the Force be with you
o Do it, or not, but there's no try
--- protocol.tcl.media  2006-03-24 02:46:45.000000000 +0100
+++ protocol.tcl        2006-03-24 02:47:08.000000000 +0100
@@ -1142,11 +1142,11 @@
                } else {
                        set currentMedia ""
                }
                ::abook::setPersonal CurrentMedia $currentMedia
                set currentMedia [::sxml::xmlreplace $currentMedia]
-               set currentMedia [encoding convertto utf-8 $currentmedia]
+               set currentMedia [encoding convertto utf-8 $currentMedia]
                set str 
"<Data><PSM>$psm</PSM><CurrentMedia>$currentMedia</CurrentMedia></Data>"
                ::MSN::WriteSBNoNL ns "UUX" "[string length $str]\r\n$str"
        }
 
        #Procedure called to change our status

Reply via email to