From 1c760e44e5fe5be57e9bb921c61cbe2dfe3f253e Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Fri, 10 Nov 2017 22:50:04 +0000 Subject: [PATCH] Small modification to upgrade settings as per superflys request --- openlp/core/common/settings.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openlp/core/common/settings.py b/openlp/core/common/settings.py index aa0e4a6f6..b98929138 100644 --- a/openlp/core/common/settings.py +++ b/openlp/core/common/settings.py @@ -255,10 +255,7 @@ class Settings(QtCore.QSettings): ('core/logo file', 'core/logo file', [(str_to_path, None)]), ('presentations/last directory', 'presentations/last directory', [(str_to_path, None)]), ('images/last directory', 'images/last directory', [(str_to_path, None)]), - ('media/last directory', 'media/last directory', [(str_to_path, None)]) - ] - - __setting_upgrade_3__ = [ + ('media/last directory', 'media/last directory', [(str_to_path, None)]), ('songuasge/db password', 'songusage/db password', []), ('songuasge/db hostname', 'songusage/db hostname', []), ('songuasge/db database', 'songusage/db database', [])