From: Marten Richter Date: Sun, 20 Jan 2013 10:15:43 +0000 (+0100) Subject: dvbsubtitles fixup part 2 X-Git-Tag: 0-4-0^2~4 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=536bc10736375d97f15ef1e86dd4b85f02ca65e2;p=vompclient.git dvbsubtitles fixup part 2 --- diff --git a/dvbsubtitles.cc b/dvbsubtitles.cc index 0b898a1..75508c6 100644 --- a/dvbsubtitles.cc +++ b/dvbsubtitles.cc @@ -958,7 +958,7 @@ void DVBSubtitles::threadMethod() } unlockOutput(); } - else // if not lets check when will we have it + else if (showing) // if not lets check when will we have it { wakeup = -(SubtitleTimeout.Elapsed()); if (wakeup > 0 && sleeptime.tv_nsec == 0 && sleeptime.tv_sec == 0)