Fixed a possible endless loop in a menu with no selectable items if Setup.MenuScrollWrap is true

This commit is contained in:
Klaus Schmidinger
2005-10-09 10:45:48 +02:00
parent 6a8e2a99cb
commit ccaa4e961e
3 changed files with 16 additions and 6 deletions

View File

@@ -1508,3 +1508,6 @@ Philip Prindeville <philipp_subx@redfish-solutions.com>
Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
for making VDR use use daemon() instead of fork() to run in daemon mode
for fixing a possible endless loop in a menu with no selectable items if
Setup.MenuScrollWrap
is true (thanks to Enrico Scholz).