View Single Post
10-06-10, 08:37 PM   #2
Shefki
An Aku'mai Servant
 
Shefki's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2007
Posts: 31
You'll need to wrap the SetFrameRef like so:

Code:
if ClickCastHeader then
  yourHeader:SetFrameRef("clickcast_header", ClickCastHeader)
end
SetFrameRef throws an error if you pass it nil.
  Reply With Quote