summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-09 10:45:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-09 10:45:48 +0200
commitccaa4e961ea386929a3ba55739f249c621221629 (patch)
treedfddfb1c486181088fb2c0e4b2c7854e6615394d /CONTRIBUTORS
parent6a8e2a99cbfb1544e6b79f2e58697a44cfe4ec73 (diff)
downloadvdr-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 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index c8e27dd4..5e64f427 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -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).