WoWInterface SVN oUF_Smee2

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 8 to Rev 9
    Reverse comparison

Rev 8 → Rev 9

trunk/oUF_Smee2/core.lua
629,7 → 629,7
 
self.textures = {
background = db.textures.backgrounds[self.db.textures.background],
statusbar =db.textures.statusbars[self.db.textures.statusbar],
statusbar = addon.LSM:Fetch('statusbar',self.db.textures.statusbar),
border = db.textures.borders[self.db.textures.border],
}
self:SetBackdrop(self.textures.background)