WoWInterface SVN StopTradeSpam

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches
    from Rev 26 to Rev 28
    Reverse comparison

Rev 26 → Rev 28

StopTradeSpam_Options/StopTradeSpam_Options.lua
33,7 → 33,6
local lowerkey,upperkey = STSO_GetTableKey(childf)
local value
if not upperkey then
print(lowerkey)
value = STS_Settings("GET",lowerkey)
else
value = STS_Settings("GET",upperkey,lowerkey)
80,10 → 79,9
for _, child in ipairs(kids) do
STSO_Load(child)
end
print("Don't save your settings.")
end
function STSO_Default(self)
print("Return to defaults.")
print("Defaults aren't implemented yet.")
end
 
function STSO_CheckButton_OnClick(self)