diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 4b356f758..8701523d5 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -450,8 +450,6 @@ class ThemeManager(QtGui.QWidget): 'would you like to overwrite it?'), (QtGui.QMessageBox.Yes | QtGui.QMessageBox.No), QtGui.QMessageBox.No) - else: - result == QtGui.QMessageBox.Yes if result == QtGui.QMessageBox.Yes: # Save the theme, overwriting the existing theme if necessary. outfile = None