# HG changeset patch # User "Aaron Bregger " # Date 1294189575 21600 # Node ID 352fe939b884a27d81523f1950a8692ad1386298 # Parent d1b0e573a253160f7c93d4a91b3b4b1cb8627a64 settings fix diff -r d1b0e573a253 -r 352fe939b884 core.lua --- a/core.lua Tue Jan 04 18:53:21 2011 -0600 +++ b/core.lua Tue Jan 04 19:06:15 2011 -0600 @@ -192,6 +192,10 @@ self:RegisterEvent("BAG_UPDATE", "UpdateButtons") RecipeProfit:DoMerge() + if(GatherMate.db.profile.show["RecipeProfit"] ~= "always" and GatherMate.db.profile.show["RecipeProfit"] ~= "never") then + GatherMate.db.profile.show["RecipeProfit"] = "always" + GatherMate:GetModule("Config"):SendMessage("GatherMate2ConfigChanged") + end end function RecipeProfit:ShowOptions()