From 664fb639bdeb030738f140f9882040bf577fe266 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 9 May 2016 12:28:18 -0500 Subject: [PATCH] Unique name for ViewLog size. --- calibre-plugin/fff_plugin.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/calibre-plugin/fff_plugin.py b/calibre-plugin/fff_plugin.py index 64eecaa..c602b74 100644 --- a/calibre-plugin/fff_plugin.py +++ b/calibre-plugin/fff_plugin.py @@ -1475,7 +1475,8 @@ class FanFicFarePlugin(InterfaceAction): self.gui.proceed_question(self.update_error_column, payload, htmllog, _('FanFicFare log'), _('FanFicFare download ended'), msg, - show_copy_button=False) + show_copy_button=False, + log_viewer_unique_name="FanFicFare log viewer") return cookiejarfile = PersistentTemporaryFile(suffix='.cookiejar', @@ -1712,7 +1713,8 @@ class FanFicFarePlugin(InterfaceAction): self.gui.proceed_question(do_update_func, payload, htmllog, _('FanFicFare log'), _('FanFicFare download complete'), msg, - show_copy_button=False) + show_copy_button=False, + log_viewer_unique_name="FanFicFare log viewer") def do_download_merge_update(self, payload):