WoWInterface SVN StellarBars

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 19 to Rev 20
    Reverse comparison

Rev 19 → Rev 20

trunk/StellarBars/StellarBars.toc
1,8 → 1,8
## Interface: 30100
## Interface: 30200
## Title: StellarBars
## Notes: Adds a new look and some options to the default action bars.
## Author: TotalPackage
## Version: 3.1.003
## Version: 3.2.001
 
## SavedVariables: StellarBarsDB
 
trunk/StellarBars/StellarBars.lua
639,8 → 639,8
info.arg1 = arg1
info.func = SetSelect
info.value = value
if tonumber(value) then
if floor(100 * tonumber(value)) == floor(100 * tonumber(db[arg1] or -1)) then
if tonumber(value) and tonumber(db[arg1] or "blah") then
if floor(100 * tonumber(value)) == floor(100 * tonumber(db[arg1])) then
info.checked = true
end
else