]> git.vomp.tv Git - vompclient.git/commitdiff
Fix back out of jpeg due to new Boxstack code
authorChris Tallon <chris@vomp.tv>
Mon, 2 Jun 2008 20:04:08 +0000 (20:04 +0000)
committerChris Tallon <chris@vomp.tv>
Mon, 2 Jun 2008 20:04:08 +0000 (20:04 +0000)
vpicture.cc

index 4540f0fe075d6c4d4bfc1cb8bfbf4709204a047a..7ad5f433b21cca923784aa9e7d2b0052bb537fc1 100644 (file)
@@ -198,6 +198,7 @@ int VPicture::handleCommand(int command)
       break;
     case Remote::BACK:
     {
+      destroyBanner();
       rt= 4;
     }
     break;