changeset 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 477aa25a4c36
files core.lua
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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)