View Single Post
07/20/15, 12:56 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578

Hi QuadroTony,

I don't know why someone would have done that, but:
The skulls are coming from LibCustomMenu:
--[[
-- uncomment this, if you want to see where and when "insecure" controls get re-used.
function AddCustomMenuItem(mytext, myfunction, itemType, myfont, normalColor, highlightColor, itemYPad)

This part is intended to debug the "Access private function ...."
Just remove the second AddCustomMenuItem or get an original LibCustomMenu.

Edit 1: If the lib is used in different addons, you may have to find the one, that removed the comment: --[[

Last edited by votan : 07/20/15 at 01:01 AM.
  Reply With Quote