Thread: avoid taint
View Single Post
11-11-22, 03:36 PM   #5
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Originally Posted by SDPhantom View Post
My guess is the taint is spreading through CommunitiesFrame:SetDisplayMode()
Hi again ...

I can confirm this, infact rewriting in this way doesnt trigger taint

Lua Code:
  1. if button == "LeftButton" then
  2.       ToggleGuildFrame()
  3. end

So I think I can fix in this way removing the:
Lua Code:
  1. CommunitiesFrame:SetDisplayMode(COMMUNITIES_FRAME_DISPLAY_MODES.ROSTER)

Thanks again for the fantastic input.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote