From a7fc64f0c3788d27a116b25a0c76d656bb14e00d Mon Sep 17 00:00:00 2001 From: Stevan Pettit Date: Thu, 17 May 2012 15:23:58 -0400 Subject: [PATCH] Fixed problem with Import settings. --- openlp/core/ui/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index d38bf9569..9b75e33b2 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -966,7 +966,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): for plugin in self.pluginManager.plugins: setting_sections.extend([plugin.name]) settings = Settings() - import_settings = Settings(import_file_name, + import_settings = QtCore.QSettings(import_file_name, Settings.IniFormat) import_keys = import_settings.allKeys() for section_key in import_keys: