mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Remove a somewhat misleading status message. #897
This commit is contained in:
parent
d81cc0bd4a
commit
6d6cac850b
1 changed files with 0 additions and 1 deletions
|
|
@ -2141,7 +2141,6 @@ class FanFicFarePlugin(InterfaceAction):
|
||||||
lastcheckedcol_label = self.get_custom_col_label(prefs['lastcheckedcol'])
|
lastcheckedcol_label = self.get_custom_col_label(prefs['lastcheckedcol'])
|
||||||
if prefs['mark'] or errorcol_label or lastcheckedcol_label:
|
if prefs['mark'] or errorcol_label or lastcheckedcol_label:
|
||||||
self.previous = self.gui.library_view.currentIndex() # used by update_books_finish.
|
self.previous = self.gui.library_view.currentIndex() # used by update_books_finish.
|
||||||
self.gui.status_bar.show_message(_('Adding/Updating %s BAD books.')%len(book_list))
|
|
||||||
LoopProgressDialog(self.gui,
|
LoopProgressDialog(self.gui,
|
||||||
book_list,
|
book_list,
|
||||||
partial(self.update_error_column_loop, db=self.gui.current_db, errorcol_label=errorcol_label, lastcheckedcol_label=lastcheckedcol_label),
|
partial(self.update_error_column_loop, db=self.gui.current_db, errorcol_label=errorcol_label, lastcheckedcol_label=lastcheckedcol_label),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue