summaryrefslogtreecommitdiff
path: root/pager.lua
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-10-10 12:56:44 +0200
committerAnton Khirnov <anton@khirnov.net>2017-10-10 13:02:01 +0200
commit4d2f1d1fa6b86af0efae986ee1446ddf130fe0d9 (patch)
tree2f32a62bd3931a9262ba463a7bc02f84ce8a39fa /pager.lua
parent027b74eaaf60307df0a51637dc25e02af58f9e4b (diff)
pager: make a variable local
Diffstat (limited to 'pager.lua')
-rw-r--r--pager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pager.lua b/pager.lua
index d2e67d4..1ce89bf 100644
--- a/pager.lua
+++ b/pager.lua
@@ -91,7 +91,7 @@ local function pager_set_active(self, screen, page_idx)
end
local function pager_set_desktop(self, desktop)
- init_data = self.init_data
+ local init_data = self.init_data
print("pager " .. init_data.screen .. " set desktop")