]> git.vomp.tv Git - vompclient-marten.git/commitdiff
Event dispatcher fix
authorChris Tallon <chris@vomp.tv>
Tue, 15 Jul 2008 16:35:33 +0000 (16:35 +0000)
committerChris Tallon <chris@vomp.tv>
Tue, 15 Jul 2008 16:35:33 +0000 (16:35 +0000)
command.cc
vdr.cc

index 700de261bf23da8faae69ab5b82a8f2daec23ecd..241f5380c41747a8f03f1f32a3140a81c3bdc50c 100644 (file)
@@ -889,10 +889,10 @@ void Command::doJustConnected(VConnect* vconnect)
     boxstack->update(vw);
 
     // Enter pre-keys here
-    handleCommand(Remote::OK);
+//    handleCommand(Remote::OK);
 //    handleCommand(Remote::ONE);
 //    handleCommand(Remote::SIX);
-    handleCommand(Remote::OK);
+//    handleCommand(Remote::OK);
 //    handleCommand(Remote::UP);
 //    handleCommand(Remote::PLAY);
 //    handleCommand(Remote::DOWN);
diff --git a/vdr.cc b/vdr.cc
index 3edf9ea14a9cb2f7aee1df2c281026712bd47f85..57ef49246e24af6ad4773cc1e028938332a223ca 100644 (file)
--- a/vdr.cc
+++ b/vdr.cc
@@ -727,7 +727,6 @@ int VDR::stopStreaming()
   if (TEMP_SINGLE_VDR_PR) // this block only needs to be done if it was a live stream
                           // TEMP_SINGLE_VDR_PR will not be set unless we are streaming a channel
   {
-    logger->log("VDR", Log::DEBUG, "About to call edUnregister on stream receiver vdrpr");  
     edUnregister(TEMP_SINGLE_VDR_PR);
     delete TEMP_SINGLE_VDR_PR;
     TEMP_SINGLE_VDR_PR = NULL;