View Single Post
09-30-05, 04:23 PM   #16
Random
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 93
Regarding the ChatScroll Error

Change line 81 from:
Code:
   if( self.GetOpt("miniButton") ) then self:miniButton() end
to
Code:
   if( self.GetOpt("miniButton") ) then self:ShowMini() end

Im currently still working on a new, more stable version of ChatScroll, Im hoping to fix it up and get rid of some uneeded stuff soon.
  Reply With Quote