From b0ba4472bd1c28ca9d2282299241a144ce02bc11 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 23 Oct 2010 08:23:49 +0100 Subject: [PATCH] Fix up themes now --- openlp/core/lib/htmlbuilder.py | 13 +++++----- openlp/core/lib/imagemanager.py | 19 +++++++++++--- openlp/core/lib/renderer.py | 36 -------------------------- openlp/core/lib/rendermanager.py | 1 - openlp/core/lib/serviceitem.py | 1 - openlp/core/ui/maindisplay.py | 19 +++++++++----- openlp/plugins/images/lib/mediaitem.py | 6 ++--- 7 files changed, 39 insertions(+), 56 deletions(-) diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index 511046fe3..dc3a48565 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -90,16 +90,16 @@ body { var transition = %s; function show_video(state, path, volume, loop){ - // Note, the preferred method for looping would be to use the + // Note, the preferred method for looping would be to use the // video tag loop attribute. // But QtWebKit doesn't support this. Neither does it support the // onended event, hence the setInterval() // In addition, setting the currentTime attribute to zero to restart // the video raises an INDEX_SIZE_ERROR: DOM Exception 1 - // To complicate it further, sometimes vid.currentTime stops + // To complicate it further, sometimes vid.currentTime stops // slightly short of vid.duration and vid.ended is intermittent! // - // Note, currently the background may go black between loops. Not + // Note, currently the background may go black between loops. Not // desirable. Need to investigate using two