Quantcast

One more function fix.

Safturento [10-27-11 - 15:53]
One more function fix.
Filename
stAddonManager/stAddonManager.lua
stAddonManager/stAddonManager.toc
diff --git a/stAddonManager/stAddonManager.lua b/stAddonManager/stAddonManager.lua
index 085daa2..9f5b69f 100644
--- a/stAddonManager/stAddonManager.lua
+++ b/stAddonManager/stAddonManager.lua
@@ -197,7 +197,7 @@ local function LoadWindow()
 		for i, addon in pairs(stAddonManager.AllAddons) do
 			local button = CreateFrame("Frame", nil, scrollFrame.Anchor)
 			button:SetFrameLevel(scrollFrame.Anchor:GetFrameLevel() + 1)
-			button:Size(16, 16)
+			button:SetSize(16, 16)
 			SkinFrame(button)
 			if addon.enabled then
 				button:SetBackdropColor(0/255, 170/255, 255/255)
diff --git a/stAddonManager/stAddonManager.toc b/stAddonManager/stAddonManager.toc
index a8e32b7..9091d8d 100644
--- a/stAddonManager/stAddonManager.toc
+++ b/stAddonManager/stAddonManager.toc
@@ -1,6 +1,6 @@
 ## Interface: 40200
 ## Author: Safturento
-## Version: 1.0.2
+## Version: 1.0.3
 ## Title: |cff00aaffst|rAddonManager
 ## Notes: A simple and minimalistic addon to disable/enabled addons without logging out.