Voicecom indicator throwing errors #104


  • Defect
  • Fixed
Closed
Assigned to _ForgeUser117147
  • _ForgeUser1990418 created this issue Feb 14, 2010

    I'm getting errors with the voicecom indicator (not quite sure why since I thought I didn't use it, oh well must have inherited some default from somewhere).

    Anyway seems like it's still using the old db settings. I think this might be the fix, or part of the fix:

    Index: modules/StatusVoiceComm.lua
    ===================================================================
    --- modules/StatusVoiceComm.lua    (revision 364)
    +++ modules/StatusVoiceComm.lua    (working copy)
    @@ -32,7 +32,7 @@
    end

    function Voice:GetColor(unit)
    -    local color = self.db.profile.color1
    +    local color = self.dbx.color1
         return color.r, color.g, color.b, color.a
    end

  • _ForgeUser1990418 added the tags New Defect Feb 14, 2010
  • _ForgeUser1990418 edited description Feb 14, 2010
  • _ForgeUser65911 removed a tag New Feb 14, 2010
  • _ForgeUser65911 added a tag Fixed Feb 14, 2010
  • _ForgeUser65911 closed issue Feb 14, 2010

To post a comment, please login or register a new account.