[dongle commit] r652 - trunk/OptionHouse

2 views
Skip to first unread message

codesite...@google.com

unread,
Nov 18, 2007, 3:09:39 PM11/18/07
to dongle...@googlegroups.com
Author: shadowed.wow
Date: Sun Nov 18 12:08:56 2007
New Revision: 652

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)

Reply all
Reply to author
Forward
0 new messages