summaryrefslogtreecommitdiff
path: root/core/launcher/documentlist.cpp
Side-by-side diff
Diffstat (limited to 'core/launcher/documentlist.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/documentlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/documentlist.cpp b/core/launcher/documentlist.cpp
index 1a7de33..ece6931 100644
--- a/core/launcher/documentlist.cpp
+++ b/core/launcher/documentlist.cpp
@@ -143,7 +143,7 @@ void DocumentList::pause()
void DocumentList::resume()
{
if ( d->tid == 0 ) {
- d->tid = startTimer( 0 );
+ d->tid = startTimer( 20 );
//qDebug("resumed %i", d->tid);
}
}