Quantcast

Fixed the moved AceConfig externals, and fix the /tomtom slash command

James Whitehead II [10-15-08 - 08:56]
Fixed the moved AceConfig externals, and fix the /tomtom slash command
Filename
TomTom_Config.lua
diff --git a/TomTom_Config.lua b/TomTom_Config.lua
index b04d304..8b8ce8c 100644
--- a/TomTom_Config.lua
+++ b/TomTom_Config.lua
@@ -547,7 +547,6 @@ local function createBlizzOptions()
 	dialog:SetDefaultSize("TomTom-Bliz", 600, 400)
 	dialog:AddToBlizOptions("TomTom-Bliz", "TomTom")

-
 	-- General Options
 	config:RegisterOptionsTable("TomTom-General", options.args.general)
 	local blizzPanel = dialog:AddToBlizOptions("TomTom-General", options.args.general.name, "TomTom")
@@ -586,7 +585,7 @@ SlashCmdList["TOMTOM"] = function(msg)
 		registered = true
 	end

-	InterfaceOptionsFrame_OpenToFrame(blizzPanel)
+	InterfaceOptionsFrame_OpenToCategory("TomTom")
 end