From 5614e1032418bd4f224185e477afcbd927b3fd55 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 30 Apr 2010 20:56:26 +0100 Subject: [PATCH] Fix again --- openlp/core/ui/maindisplay.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 2fc96e34d..e035de9ca 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -401,8 +401,7 @@ class VideoDisplay(Phonon.VideoWidget): if not message: message = self.message # still no file name then stop as it was a normal video stopping - if not message: - log.debug(u'VideoDisplay Queue new media message %s' % message) + if message: source = self.mediaObject.setCurrentSource(Phonon.MediaSource(message)) self.message = message self._play()