View Single Post
04-12-13, 02:54 AM   #12
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
1. Make sure you have the latest version of oUF.

2. Remove the entire lib.spawnMenu function.

3. Remove all instances of this line:
Code:
self.menu = lib.spawnMenu
4. Find this line in core.lua:
Code:
self.mystyle = "raid"
...and add this on a new line right after it:
Code:
self:SetAttribute("*type2", "menu")
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote