From 495dfd727ce625f9710cdabe0156c854a4bb72ad Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Tue, 15 Jul 2008 16:35:33 +0000 Subject: [PATCH] Event dispatcher fix --- command.cc | 4 ++-- vdr.cc | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/command.cc b/command.cc index 700de26..241f538 100644 --- a/command.cc +++ b/command.cc @@ -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 3edf9ea..57ef492 100644 --- 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; -- 2.39.2