summaryrefslogtreecommitdiff
path: root/menu_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_main.c')
-rw-r--r--menu_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/menu_main.c b/menu_main.c
index 2cc5c54..af12fc8 100644
--- a/menu_main.c
+++ b/menu_main.c
@@ -504,6 +504,7 @@ eOSState cMenuSearchMain::ProcessKey(eKeys Key)
InWhatsOnMenu = false;
InFavoritesMenu = false;
if (ch) {
+ // when switch from the other menus to the schedule, try to keep the same time
if (cMenuWhatsOnSearch::shiftTime)
{
time_t diff = cMenuWhatsOnSearch::seekTime - time(NULL);