Mercurial > wow > recipeprofit
diff core.lua @ 13:4e7266527ce5 r13 release
Pre-Release commit. Bugfix on chat commands.
| author | Aaron Bregger |
|---|---|
| date | Fri, 13 Aug 2010 14:30:44 -0500 |
| parents | 5ae9ffe0cc2d |
| children | 38822958c28a |
line wrap: on
line diff
--- a/core.lua Fri Aug 13 14:22:40 2010 -0500 +++ b/core.lua Fri Aug 13 14:30:44 2010 -0500 @@ -196,7 +196,8 @@ end function RecipeProfit:ShowOptions() - LibStub("AceConfigDialog-3.0"):Open("GatherMate", nil, "RecipeProfit") + LibStub("AceConfigDialog-3.0"):Open("GatherMate") + LibStub("AceConfigDialog-3.0"):SelectGroup("GatherMate", "RecipeProfit") end function button_update(self)
