summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-02 10:54:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-02 10:54:00 +0200
commit03a4a3a6182ca2b34163ba8b3de7728d0aca0b7a (patch)
treec9172a90572f12eef43ad7f3fef86cb14d5fa0d6 /HISTORY
parent240529710db31cd5a96ad2fdb7f9fd486ec7939f (diff)
downloadvdr-03a4a3a6182ca2b34163ba8b3de7728d0aca0b7a.tar.gz
vdr-03a4a3a6182ca2b34163ba8b3de7728d0aca0b7a.tar.bz2
Fixed double call to MainMenuAction() of a plugin if invoked via a hotkey
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 331c5097..9c10c984 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2092,3 +2092,5 @@ Video Disk Recorder Revision History
- Fixed paging through lists with repeated Left/Right keys.
- Fixed setting the PCR-PID in case it is equal to one of the other PIDs (thanks
to Oliver Endriss for reporting this one).
+- Fixed double call to MainMenuAction() of a plugin if invoked via a hotkey (thanks
+ to Kai Moeller for reporting this one).