add custom-conditional support to visibility driver, does not validate the syntax yet, so take care

This commit is contained in:
Hendrik Leppkes
2008-09-01 15:40:51 +00:00
parent d12eb849fe
commit cb5b5dc67d
11 changed files with 78 additions and 16 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ function module:GetOptionsObject()
type = "group",
name = L["State Configuration"],
cmdInline = true,
order = 2,
order = 5,
args = self:GetStateOptionsTable(),
}
obj:NewCategory("state", states)