From 0936c7d6d581eee590211502c4cca4d7dc334b40 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 24 Oct 2010 18:36:43 +0100 Subject: [PATCH] Updates --- openlp/core/ui/themeform.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openlp/core/ui/themeform.py b/openlp/core/ui/themeform.py index d152d59b7..c1de48366 100644 --- a/openlp/core/ui/themeform.py +++ b/openlp/core/ui/themeform.py @@ -273,6 +273,7 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeDialog): """ Handle the display and State of the Position tab. """ + print "setPosTabValues" if self.theme.font_main_override: self.setField(u'mainDefaultPosition', QtCore.QVariant(False)) else: @@ -504,6 +505,7 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeDialog): # preview page self.theme.theme_name = \ unicode(self.field(u'name').toString()) + print self.theme def _colorButton(self, field): """