diff Core.lua @ 58:bdf3aba93aa9

Refactored the way the window for /ia invested works so I can add more tabs.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sun, 25 Jul 2010 15:51:00 -0700
parents 234896be4087
children 4ec321eb0dfe
line wrap: on
line diff
--- a/Core.lua	Sun Jul 25 12:52:14 2010 -0700
+++ b/Core.lua	Sun Jul 25 15:51:00 2010 -0700
@@ -45,7 +45,7 @@
 	-- /run ItemAuditor.db.profile.show_debug_frame_on_startup = true
 	if self.db.profile.show_debug_frame_on_startup then
 		ItemAuditor_DebugFrame:Show()
-		self:CreateFrames()
+		self:CreateFrame()
 	end
 end