From ed0ca19d5b52051a3d5e38dd0e525b60d781edf2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 5 Aug 2014 09:30:26 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/tweak_book/check.py b/src/calibre/gui2/tweak_book/check.py index aa6bf86476..f843390343 100644 --- a/src/calibre/gui2/tweak_book/check.py +++ b/src/calibre/gui2/tweak_book/check.py @@ -83,6 +83,7 @@ class Check(QSplitter): def clear_at_startup(self): self.clear_help(_('Check has not been run')) + self.items.clear() def context_menu(self, pos): m = QMenu()