From 6aff74dac12ff3e67a7e33c3e864cf14f912bfb0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 Feb 2013 18:11:39 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/polish.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/calibre/gui2/actions/polish.py b/src/calibre/gui2/actions/polish.py index cfa716aed5..d35bc21886 100644 --- a/src/calibre/gui2/actions/polish.py +++ b/src/calibre/gui2/actions/polish.py @@ -300,6 +300,10 @@ class PolishAction(InterfaceAction): Dispatcher(self.book_polished), 'gui_polish', args=(data,), description=desc) job.polish_args = (book_id, base, data['files']) + if d.jobs: + self.gui.jobs_pointer.start() + self.gui.status_bar.show_message( + _('Starting polishing of %d book(s)') % len(d.jobs), 2000) def book_polished(self, job): if job.failed: