From 656bdc11426876ae8e48ae46f65f412132d25865 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Nov 2016 10:04:30 +0530 Subject: [PATCH] Edit Book: Flash the taskbar icon after beautify all files completes. Fixes #1639024 [3 small points](https://bugs.launchpad.net/calibre/+bug/1639024) --- src/calibre/gui2/tweak_book/boss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index c82292b588..0162b5c9c5 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -815,6 +815,7 @@ class Boss(QObject): pretty_all(current_container()) self.update_editors_from_container() self.set_modified() + QApplication.alert(self.gui) def mark_selected_text(self): ed = self.gui.central.current_editor