summaryrefslogtreecommitdiffstats
path: root/src/inkview.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-05-14 01:49:13 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-05-14 01:49:13 +0000
commit8b5ac2ae58d3857d98b4e6d12b95be8430a1ca50 (patch)
tree4f33be9a9c63a682f461661085bd7fa35c33eb67 /src/inkview.cpp
parentInkview: Some more refactoring (diff)
downloadinkscape-8b5ac2ae58d3857d98b4e6d12b95be8430a1ca50.tar.gz
inkscape-8b5ac2ae58d3857d98b4e6d12b95be8430a1ca50.zip
Inkview: Finally implement the -t or --timer option after we dragged it around for over 10 years without implementation
(bzr r15690.1.10)
Diffstat (limited to 'src/inkview.cpp')
-rw-r--r--src/inkview.cpp3
1 files changed, 1 insertions, 2 deletions
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;