26 - New errors in r138
What is the issue?
first:
Skada.lua try to call RemoveAllBars() method, a nil value (line 1157).
the method is in Window, and called in a Skada function by self:RemoveAllBars()
second:
after modifying self: by Window: the self.bargroup is said as nil (line 158). I haven't look further yet ^^
- 1 comment
- 1 comment
- Reply
- #1
whynona2 Mar 14, 2009 at 20:42 UTC - 0 likesFixed