buttonfacade colors were not saved
Sidoine De Wispelaere [05-24-10 - 18:08]
buttonfacade colors were not saved
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@258 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/Ovale.toc b/Ovale.toc
index 875b20f..db88d7e 100644
--- a/Ovale.toc
+++ b/Ovale.toc
@@ -3,7 +3,7 @@
## Notes: Show the icon of the next spell to cast
## Notes-frFR: Affiche l'icône du prochain sort à lancer
## Author: Sidoine
-## Version: 3.3.34
+## Version: 3.3.35
## OptionalDeps: Ace3, ButtonFacade, Recount, LibBabble-CreatureType-3.0
## SavedVariables: OvaleDB
## SavedVariablesPerCharacter: OvaleDBPC
diff --git a/OvaleFrame.lua b/OvaleFrame.lua
index 27e5ef9..fad6ab5 100644
--- a/OvaleFrame.lua
+++ b/OvaleFrame.lua
@@ -104,7 +104,7 @@ do
self.content:SetHeight(height+50)
end
- local function OnSkinChanged(self, skinID, gloss, backdrop, colors)
+ local function OnSkinChanged(self, skinID, gloss, backdrop, group, button, colors)
Ovale.db.profile.SkinID = skinID
Ovale.db.profile.Gloss = gloss
Ovale.db.profile.Backdrop = backdrop