This commit is contained in:
Kovid Goyal 2010-08-26 14:45:43 -06:00
parent df3208a4b5
commit 12ef06c540

View File

@ -344,7 +344,7 @@ class Adder(QObject): # {{{
'books in smaller increments, until you '
'find the problem book.'), show=True)
if not self.continue_updating:
if self.continue_updating:
QTimer.singleShot(200, self.update)