From 39bc9238bf821c841039c39ed8f993f45169d4a9 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 10 Dec 2011 08:52:18 +0000 Subject: [PATCH] Lost temporary edit flag --- openlp/core/lib/serviceitem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index 62064dc06..62418f49e 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -366,6 +366,7 @@ class ServiceItem(object): """ self._uuid = other._uuid self.notes = other.notes + self.temporary_edit = other.temporary_edit # Copy theme over if present. if other.theme is not None: self.theme = other.theme