From 00b106209d8a55ba12d0c1d28b90d5ef33681202 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Nov 2017 04:35:04 +0530 Subject: [PATCH] Fix #1725895 [Don't show About Get books screen when opening external link](https://bugs.launchpad.net/calibre/+bug/1725895) --- src/calibre/gui2/actions/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/store.py b/src/calibre/gui2/actions/store.py index 71764157b8..19c5d8e811 100644 --- a/src/calibre/gui2/actions/store.py +++ b/src/calibre/gui2/actions/store.py @@ -124,7 +124,7 @@ class StoreAction(InterfaceAction): def open_store(self, store_plugin_name): self.gui.istores.check_for_updates() - self.show_disclaimer() + # self.show_disclaimer() # It's not too important that the updated plugin have finished loading # at this point self.gui.istores.join(1.0)