mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed displaying 'Recording' since this caused a lengthy black screen on single DVB card systems
This commit is contained in:
parent
0a517afdf8
commit
7c40984f1b
6
vdr.c
6
vdr.c
@ -22,7 +22,7 @@
|
|||||||
*
|
*
|
||||||
* The project's page is at http://www.cadsoft.de/people/kls/vdr
|
* The project's page is at http://www.cadsoft.de/people/kls/vdr
|
||||||
*
|
*
|
||||||
* $Id: vdr.c 1.131 2002/11/03 11:44:17 kls Exp $
|
* $Id: vdr.c 1.132 2002/11/03 12:00:00 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
@ -524,7 +524,7 @@ int main(int argc, char *argv[])
|
|||||||
case osRecord: DELETENULL(Menu);
|
case osRecord: DELETENULL(Menu);
|
||||||
Temp = NULL;
|
Temp = NULL;
|
||||||
if (cRecordControls::Start())
|
if (cRecordControls::Start())
|
||||||
Interface->Info(tr("Recording"));
|
;//XXX Interface->Info(tr("Recording"));
|
||||||
else
|
else
|
||||||
Interface->Error(tr("No free DVB device to record!"));
|
Interface->Error(tr("No free DVB device to record!"));
|
||||||
break;
|
break;
|
||||||
@ -594,7 +594,7 @@ int main(int argc, char *argv[])
|
|||||||
// Instant recording:
|
// Instant recording:
|
||||||
case kRecord:
|
case kRecord:
|
||||||
if (cRecordControls::Start())
|
if (cRecordControls::Start())
|
||||||
Interface->Info(tr("Recording"));
|
;//XXX Interface->Info(tr("Recording"));
|
||||||
else
|
else
|
||||||
Interface->Error(tr("No free DVB device to record!"));
|
Interface->Error(tr("No free DVB device to record!"));
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user