From 2feefa95f40759965c28cd0109a123733c00dfff Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 11 Jan 2011 17:44:13 +0000 Subject: [PATCH] Fixes --- 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 62744942b..a19049487 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -156,6 +156,7 @@ class ThemeManager(QtGui.QWidget): """ realThemeName = unicode(item.data(QtCore.Qt.UserRole).toString()) themeName = unicode(item.text()) + # If default theme restrict actions if realThemeName == themeName: self.deleteToolbarAction.setVisible(True) else: