WoWInterface SVN zzcommon

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 102 to Rev 103
    Reverse comparison

Rev 102 → Rev 103

trunk/LibCommon/ldb.lua
1,6 → 1,6
local name, addon = ...
 
local embed = addon['LibInit']("zzCommon-ldb", 5, {'AddLDB','AddLDBIconOptions','OnText'})
local embed = addon['LibInit']("zzCommon-ldb", 6, {'AddLDB','AddLDBIconOptions','OnText'})
if(type(embed) ~= 'function') then return end
 
local ldb = LibStub:GetLibrary("LibDataBroker-1.1")
35,6 → 35,7
InterfaceOptionsFrame:Hide()
else
InterfaceOptionsFrame_OpenToCategory(objname)
InterfaceOptionsFrame_OpenToCategory(objname) -- Twice because of a bug in InterfaceOptionsFrame_OpenToCategory
end
end
end