Fix the config back
Scott Sibley [08-25-10 - 23:41]
diff --git a/Modules/LCDDisplay.lua b/Modules/LCDDisplay.lua
index 7dbd105..e45a0c2 100644
--- a/Modules/LCDDisplay.lua
+++ b/Modules/LCDDisplay.lua
@@ -71,7 +71,6 @@ local blankOptions = {
function mod:RebuildOpts()
options = copy(blankOptions)
- StarTip:Print("rebuild opts")
options.displays.args.add = {
name = "Add Display",
type = "input",
diff --git a/config.lua b/config.lua
index 140f782..3631e7c 100644
--- a/config.lua
+++ b/config.lua
@@ -27,9 +27,9 @@ StarTip.config = {
},
["layout_startip"] = {
[1] = { -- row
- --[1] = "widget_name_label", -- column
+ [1] = "widget_name_label", -- column
[10] = "widget_name"
- }, --[[
+ },
[2] = {
[1] = "widget_class_label",
[10] = "widget_class"
@@ -51,7 +51,7 @@ StarTip.config = {
[1] = "widget_cpu_label",
[10] = "widget_cpu",
[20] = "widget_cpu_bar"
- },]]
+ },
["transition"] = 1,
["timeout"] = 5000
},