Thread: Bag Bar
View Single Post
08-08-09, 03:46 PM   #16
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I think just doing the following would suffice without breaking the AceHook wouldn't it?

Titan_ContainerFrames_Relocate = function() end;

EDIT: On second thought... I guess that wouldn't -- looks like the AceHook is taking the address of the method, not the name, so this fix wouldn't cut it... I'll just unhook it as per your suggestion.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/

Last edited by spiel2001 : 08-08-09 at 03:52 PM.