View Single Post
08-16-09, 09:55 AM   #6
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 772
In my experience, you will see it shown more than once because it is being triggered by other addons doing the same thing. To fix this issue, I would run it under the ADDON_LOADED event with arg of your addon's name.

e.g.
if event == ADDON_LOADED and ... == GrimUI then
--do stuff
end
__________________
Never be satisfied with satisfactory.
  Reply With Quote