Fix a mismatch of arguments in a call to reload_bibles()

This commit is contained in:
Raoul Snyman 2018-01-06 21:36:17 -07:00
parent 5612be1b5a
commit 7b28262987
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow, RegistryProperties):
# Update the theme widget
self.theme_manager_contents.load_themes()
# Check if any Bibles downloaded. If there are, they will be processed.
Registry().execute('bibles_load_list', True)
Registry().execute('bibles_load_list')
self.application.set_normal_cursor()
def is_display_blank(self):