Modified:
trunk/OptionHouse/OH_AddOns.lua
Log:
* Fixed "Status" under addon management tab not sorting
Modified: trunk/OptionHouse/OH_AddOns.lua
==============================================================================
--- trunk/OptionHouse/OH_AddOns.lua (original)
+++ trunk/OptionHouse/OH_AddOns.lua Sun Nov 18 12:08:56 2007
@@ -678,7 +678,7 @@
frame.sortButtons[1] = button
button = CreateFrame("Button", nil, frame)
- button:SetScript("OnClick", sortManageClick)
+ --button:SetScript("OnClick", sortManageClick)
button:SetHeight(20)
button:SetWidth(75)
button:SetTextFontObject(GameFontNormal)
@@ -691,7 +691,7 @@
frame.sortButtons[2] = button
button = CreateFrame("Button", nil, frame)
- --button:SetScript("OnClick", sortManageClick)
+ button:SetScript("OnClick", sortManageClick)
button:SetHeight(20)
button:SetWidth(75)
button:SetTextFontObject(GameFontNormal)