From 8b5ac2ae58d3857d98b4e6d12b95be8430a1ca50 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 14 May 2017 03:49:13 +0200 Subject: Inkview: Finally implement the -t or --timer option after we dragged it around for over 10 years without implementation (bzr r15690.1.10) --- src/inkview.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/inkview.cpp') diff --git a/src/inkview.cpp b/src/inkview.cpp index 04d223091..bc4782b39 100644 --- a/src/inkview.cpp +++ b/src/inkview.cpp @@ -172,8 +172,7 @@ int main (int argc, char **argv) return 1; /* none of the slides loadable */ } - SPSlideShow ss(valid_files); - ss.set_timer(timer); + SPSlideShow ss(valid_files, timer); main_instance.run(); return 0; -- cgit v1.2.3