From 791c0e268e388ab7d3b949f3273a174e12298577 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Tue, 15 Mar 2011 07:47:23 +0000 Subject: [PATCH] typo. Should really test before committing :) --- openlp/plugins/presentations/lib/pptviewcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/presentations/lib/pptviewcontroller.py b/openlp/plugins/presentations/lib/pptviewcontroller.py index e9130ea00..5ec560167 100644 --- a/openlp/plugins/presentations/lib/pptviewcontroller.py +++ b/openlp/plugins/presentations/lib/pptviewcontroller.py @@ -84,7 +84,7 @@ class PptviewController(PresentationController): dllpath = os.path.join(self.plugin.pluginManager.basepath, u'presentations', u'lib', u'pptviewlib', u'pptviewlib.dll') self.process = cdll.LoadLibrary(dllpath) - if log.isEnabledFor(log.DEBUG): + if log.isEnabledFor(logging.DEBUG): self.process.SetDebug(1) def kill(self):