- fixed the GCD module to be available in the module settings list again

- tweaked options visibility and made 'bg visible' work on the GCD module
This commit is contained in:
Parnic
2010-09-18 21:25:19 +00:00
parent d677a04f1a
commit c41a34794d
2 changed files with 23 additions and 59 deletions

View File

@ -42,7 +42,7 @@ function IceElement.prototype:init(name, skipRegister)
LibStub("AceEvent-3.0"):Embed(self)
LibStub("AceTimer-3.0"):Embed(self)
if not skipRegister then
if skipRegister ~= true then
IceHUD:Register(self)
end
end