Correct name variable: this typo introduced into in 03e2310c54

This commit is contained in:
Salorium 2016-06-18 11:12:47 +02:00
parent 36e47fb1a9
commit b0d42e258a
1 changed files with 1 additions and 1 deletions

View File

@ -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