From 4d2f1d1fa6b86af0efae986ee1446ddf130fe0d9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 10 Oct 2017 12:56:44 +0200 Subject: pager: make a variable local --- pager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pager.lua') 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") -- cgit v1.2.3