From: Chris Tallon Date: Mon, 2 Jun 2008 20:04:08 +0000 (+0000) Subject: Fix back out of jpeg due to new Boxstack code X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=4aa47b9c529f6152ef23a52d19c67defd246902a;p=vompclient-marten.git Fix back out of jpeg due to new Boxstack code --- diff --git a/vpicture.cc b/vpicture.cc index 4540f0f..7ad5f43 100644 --- a/vpicture.cc +++ b/vpicture.cc @@ -198,6 +198,7 @@ int VPicture::handleCommand(int command) break; case Remote::BACK: { + destroyBanner(); rt= 4; } break;