From b0d42e258a3385dbfc63bbb44429047bf7e98f7c Mon Sep 17 00:00:00 2001 From: Salorium Date: Sat, 18 Jun 2016 11:12:47 +0200 Subject: [PATCH] Correct name variable: this typo introduced into in 03e2310c54ee2edf3c4bbadf09f1324b3bcc684f --- lib/wibox/container/scroll.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wibox/container/scroll.lua b/lib/wibox/container/scroll.lua index f18200e5b..111ebeb79 100644 --- a/lib/wibox/container/scroll.lua +++ b/lib/wibox/container/scroll.lua @@ -377,7 +377,7 @@ end local function get_layout(dir, widget, fps, speed, extra_space, expand, max_size, step_function, space_for_scrolling) local ret = base.make_widget(nil, nil, {enable_properties = true}) - ret._priavte.paused = false + ret._private.paused = false ret._private.timer = GLib.Timer() ret._private.scroll_timer = nil