View Single Post
12-10-11, 12:12 AM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Are you sure you guys have the latest version? I just downloaded it, and that error message you posted does not match up (not even close) to the actual code in the specified file.

Anyway, there will still be changes required even if you update your copy. I don't have time to fix the macro icon options right now, but you should be able to avoid the errors for now by removing this line in tmm.lua:
Code:
local temp1=GetNumMacroIcons()
and then running a search-and-replace to change all instances of:
Code:
temp1
with:
Code:
1000
After doing this, you should probably not touch any of the macro icon options.

If I have some spare time this weekend I'll try to post an actual fix.
  Reply With Quote