--- a/src/document.cc Sat Dec 21 02:19:32 2013 +0200
+++ b/src/document.cc Sat Dec 21 02:21:07 2013 +0200
@@ -367,7 +367,7 @@
if (isOnForeground())
QMetaObject::invokeMethod (this, "work", Qt::QueuedConnection, Q_ARG (int, i));
else
- work (i + 1);
+ work (i);
}
}