On Thu, Apr 10, 2008 at 12:22:07PM +0100, Tom Hennigan wrote:
> I get this error at startup:
> 
> Error in startup script: wrong # args: should be "Farsight subcommand ? 
> argument ...?"
>     while executing
> "Farsight"
>     invoked from within
> "if { ![info exists ::farsight] } {
>       set ::farsight [Farsight]
> }"
>     (file "sip.tcl" line 1132)
> 
> Here's a diff that works, but I don't know what the second arg should  
> be..
> 
> [EMAIL PROTECTED]:amsn $ svn diff sip.tcl
> Index: sip.tcl
> ===================================================================
> --- sip.tcl   (revision 9713)
> +++ sip.tcl   (working copy)
> @@ -1130,7 +1130,7 @@
> }
> 
> if { ![info exists ::farsight] } {
> -     set ::farsight [Farsight]
> +     set ::farsight [Farsight {}]
> }
> 
> proc FarsightTestFailed { } {
> @@ -1243,7 +1243,7 @@
> proc regenFarsight { } {
>       $::farsight destroy
>       unset ::farsight
> -     set ::farsight [Farsight]
> +     set ::farsight [Farsight {}]
> }
> 
> - Tom


oh ok.. I guess tcl/tk 8.5 uses snit 2 which has a stricter
syntax.. it should just be 'Farsight Create' I'll commit
that!

Thanks!
KaKaRoTo

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to