From 8eacb2c50b7ea94ee23d604ab4ed3380f7aa59f4 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Fri, 15 Jun 2012 18:19:46 +0200 Subject: [PATCH] - fixed ticket 695 --- openlp/core/ui/thememanager.py | 1 + 1 file changed, 1 insertion(+) 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: