From c4d3ba55596ed7325ff2f93a62160fd5f9ea8008 Mon Sep 17 00:00:00 2001 From: Stevan Pettit Date: Sat, 9 Jun 2012 00:32:28 -0400 Subject: [PATCH] Fixed indenting --- 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 380423432..27fdb7c2e 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -1192,7 +1192,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): if Settings().value(u'advanced/save current plugin', QtCore.QVariant(False)).toBool(): Settings().setValue(u'advanced/current media plugin', - QtCore.QVariant(self.mediaToolBox.currentIndex())) + QtCore.QVariant(self.mediaToolBox.currentIndex())) # Call the cleanup method to shutdown plugins. log.info(u'cleanup plugins') self.pluginManager.finalise_plugins()