diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 6f302c752..7ca56ce08 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -535,6 +535,7 @@ class ThemeManager(QtGui.QWidget): zip = None out_file = None file_xml = None + abort_import = True try: zip = zipfile.ZipFile(file_name) xml_file = filter(lambda name: