From 7fca26dd0ed5d6e74a0757e4559f1a32662f85cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20P=C3=B5ldaru?= Date: Wed, 1 Feb 2012 01:47:33 +0200 Subject: [PATCH] Remove a leftover line which causes trouble on OSX. --- openlp/core/ui/mainwindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 3490dfada..88368b99d 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -1059,7 +1059,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): export_settings.endGroup() # Write all the sections and keys. for section_key in keys: - section, key = section_key.split(u'/') key_value = settings.value(section_key) export_settings.setValue(section_key, key_value) export_settings.sync()