# HG changeset patch # User Aaron Bregger # Date 1281727844 18000 # Node ID 4e7266527ce5fcbf94bc2ea00548934a7d37972a # Parent 5ae9ffe0cc2d6c44ec3a29b65b9614850a996c27 Pre-Release commit. Bugfix on chat commands. diff -r 5ae9ffe0cc2d -r 4e7266527ce5 core.lua --- 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)