]> git.vomp.tv Git - vompclient.git/commitdiff
Fix backing out of tv when channel unavailable
authorChris Tallon <chris@vomp.tv>
Mon, 2 Jun 2008 22:19:06 +0000 (22:19 +0000)
committerChris Tallon <chris@vomp.tv>
Mon, 2 Jun 2008 22:19:06 +0000 (22:19 +0000)
vvideolivetv.cc

index 53599e5b140d7afe3dbdeb121e31eb951ae576b4..f61b551469431db13651d3e4b6288c62dd929c78 100644 (file)
@@ -269,7 +269,7 @@ int VVideoLiveTV::handleCommand(int command)
   {
     case Remote::BACK:
     {
-      if (osd.getVisible())
+      if (osd.getVisible() && !textUnavailable.getVisible())
       {
         clearScreen();
         return 2;