Automatically closing 'Commands' menu if command doesn't return any output

This commit is contained in:
Klaus Schmidinger
2002-10-13 09:16:32 +02:00
parent e2aee54d12
commit a19ea98cce
2 changed files with 4 additions and 1 deletions

View File

@@ -1603,3 +1603,5 @@ Video Disk Recorder Revision History
title, which will result in a confirmation prompt before executing the
command.
- Changed a few leftover 'new char[...]' to MALLOC(char, ...).
- If a command executed from the "Commands" menu doesn't return any output, the
OSD will now be closed automatically.