Fixed problem with Import settings.

This commit is contained in:
Stevan Pettit 2012-05-17 15:23:58 -04:00
parent eb58ee10e8
commit a7fc64f0c3
1 changed files with 1 additions and 1 deletions

View File

@ -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: