]> git.vomp.tv Git - vompclient-marten.git/commitdiff
Live radio EPG fix
authorChris Tallon <chris@vomp.tv>
Sun, 14 Sep 2008 17:39:07 +0000 (17:39 +0000)
committerChris Tallon <chris@vomp.tv>
Sun, 14 Sep 2008 17:39:07 +0000 (17:39 +0000)
vvideolivetv.cc

index f18c33d22baf574676128530d0b0dcec75eaee48..5a7773d1c9b1a063fc7fa2e69d14fa191954c337 100644 (file)
@@ -608,7 +608,7 @@ void VVideoLiveTV::doEPG()
   video->setMode(Video::QUARTER);
   video->setPosition(170, 5); //TODO need to deal with 4:3 switching
 
-  VEpg* vepg = new VEpg(this, currentChannelIndex, VDR::VIDEO);
+  VEpg* vepg = new VEpg(this, currentChannelIndex, streamType);
   vepg->draw();
   boxstack->add(vepg);
   boxstack->update(vepg);