Re: [Amsn-devel] Rev. 9049 broken

2007-09-21 Thread Tom Hennigan
:-$ Sorry!! But thanks for fixing it! - Tom On 21 Sep 2007, at 15:51, Boris Faure (aka billiob) wrote: > Ok, should be fixed now. > > @NoWhereMan : thanks > > On 9/21/07, Boris Faure (aka billiob) <[EMAIL PROTECTED]> wrote: >> On 9/21/07, NoWhereMan <[EMAIL PROTECTED]> wrote: >>> Probable reaso

Re: [Amsn-devel] Rev. 9049 broken

2007-09-21 Thread Boris Faure (aka billiob)
Ok, should be fixed now. @NoWhereMan : thanks On 9/21/07, Boris Faure (aka billiob) <[EMAIL PROTECTED]> wrote: > On 9/21/07, NoWhereMan <[EMAIL PROTECTED]> wrote: > > Probable reason: ::tk::mac namespace does not exist when you're not OnMac. > > Probable fix: wrap the proc ::tk::mac::ShowPreferen

Re: [Amsn-devel] Rev. 9049 broken

2007-09-21 Thread Boris Faure (aka billiob)
On 9/21/07, NoWhereMan <[EMAIL PROTECTED]> wrote: > Probable reason: ::tk::mac namespace does not exist when you're not OnMac. > Probable fix: wrap the proc ::tk::mac::ShowPreferences definition into > an if [OnMac] {} > > so: > > > if [OnMac

[Amsn-devel] Rev. 9049 broken

2007-09-21 Thread NoWhereMan
Probable reason: ::tk::mac namespace does not exist when you're not OnMac. Probable fix: wrap the proc ::tk::mac::ShowPreferences definition into an if [OnMac] {} so: if [OnMac] { proc ::tk::mac::ShowPreferences {} { after 0