From 027ec5a63f315596253ac77bfc81929d0de26903 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 12 Feb 2013 13:16:15 +0100 Subject: Fixed selecting the last replayed recording in the Recordings menu --- menu.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index 9288198d..25ffb2cc 100644 --- a/menu.c +++ b/menu.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.c 2.77 2013/02/11 11:08:54 kls Exp $ + * $Id: menu.c 2.78 2013/02/12 13:10:53 kls Exp $ */ #include "menu.h" @@ -2306,8 +2306,10 @@ void cMenuRecordings::Set(bool Refresh) if (CurrentRecording && strcmp(CurrentRecording, recording->FileName()) == 0) SetCurrent(LastItem); } - if (LastDir) + if (LastDir) { LastDir->IncrementCounter(recording->IsNew()); + LastItem = LastDir; + } } } if (Refresh) -- cgit v1.2.3