diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-09 10:45:48 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-09 10:45:48 +0200 |
commit | ccaa4e961ea386929a3ba55739f249c621221629 (patch) | |
tree | dfddfb1c486181088fb2c0e4b2c7854e6615394d /HISTORY | |
parent | 6a8e2a99cbfb1544e6b79f2e58697a44cfe4ec73 (diff) | |
download | vdr-ccaa4e961ea386929a3ba55739f249c621221629.tar.gz vdr-ccaa4e961ea386929a3ba55739f249c621221629.tar.bz2 |
Fixed a possible endless loop in a menu with no selectable items if Setup.MenuScrollWrap is true
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3889,4 +3889,7 @@ Video Disk Recorder Revision History 2005-10-09: Version 1.3.35 - Updated 'sources.conf' (thanks to Philip Prindeville). -- Now using daemon() instead of fork() to run VDR in daemon mode (thanks to Enrico Scholz). +- Now using daemon() instead of fork() to run VDR in daemon mode (thanks to + Enrico Scholz). +- Fixed a possible endless loop in a menu with no selectable items if + Setup.MenuScrollWrap is true (thanks to Enrico Scholz). |