From: Chris Tallon Date: Mon, 2 Jun 2008 22:19:06 +0000 (+0000) Subject: Fix backing out of tv when channel unavailable X-Git-Tag: r0-3-0~7 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=ca58a299158c62aaf3c9435d58231310b89367e9;p=vompclient.git Fix backing out of tv when channel unavailable --- diff --git a/vvideolivetv.cc b/vvideolivetv.cc index 53599e5..f61b551 100644 --- a/vvideolivetv.cc +++ b/vvideolivetv.cc @@ -269,7 +269,7 @@ int VVideoLiveTV::handleCommand(int command) { case Remote::BACK: { - if (osd.getVisible()) + if (osd.getVisible() && !textUnavailable.getVisible()) { clearScreen(); return 2;