aboutsummaryrefslogtreecommitdiff
path: root/panel.lua
diff options
context:
space:
mode:
authorChris B <1029chris@gmail.com>2016-02-16 19:34:58 -0800
committerChris B <1029chris@gmail.com>2016-02-16 19:34:58 -0800
commit28ceeb4fccaa1fcc9865e6168fc00455496b9fa6 (patch)
treee0e1bbe9bf9a6a0301625a87a18e7a7c2983265e /panel.lua
parentac1ba9133f28de9c0f197a1e010b019462cff797 (diff)
Fixed a stupid mistake
Diffstat (limited to 'panel.lua')
-rw-r--r--panel.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/panel.lua b/panel.lua
index 98a15b3..d1eb5f7 100644
--- a/panel.lua
+++ b/panel.lua
@@ -73,7 +73,7 @@ function drawStart()
if win[panel.b[3]].min == false then
win[panel.b[3]].oldlayer = win[panel.b[3]].layer
win[panel.b[3]].layer = 1
- elseif win[panel.b[2]].min == true then
+ elseif win[panel.b[3]].min == true then
win[panel.b[3]].min = false
win[panel.b[3]].oldlayer = win[panel.b[3]].layer
win[panel.b[3]].layer = 1