View Single Post
10-09-08, 04:11 AM   #58
haste
Featured Artist
 
haste's Avatar
Premium Member
Featured
Join Date: Dec 2005
Posts: 1,027
A easy way to debug it is by doing the following on your header:
Code:
local Hide = party.hide
party.Hide = function(self) ChatFrame1:AddMessage(debugstack()) Hide(self) end
Then you just have to analyze the debug stack :).