WoWInterface SVN zz_AltMail

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 16 to Rev 17
    Reverse comparison

Rev 16 → Rev 17

zz_AltMail/core.lua
335,13 → 335,13
end
local function init()
realm = GetRealmName()
options = addon['InitConfig'](addon, childName, true, {
options = addon:InitConfig(childName, true, {
['type'] = "launcher",
}, getPref, setPref)
db = addon['db']['profile'][childName]
db['itemdb'] = db['itemdb'] or {}
db['itemdb'][realm] = db['itemdb'][realm] or {}
addon['AddConfigMenu'](addon,{
addon:AddConfigMenu({
['name'] = "Types",
['order'] = 2,
['childGroups'] = 'tree',