diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-01-04 12:42:52 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-01-04 12:42:52 +0100 |
commit | 5f8d768468d71154e2bd29b667c6aa8af453fe27 (patch) | |
tree | 76bc0dd2dc38e695abfd554f78fdfb1621aa6c5b /menu_searchactions.c | |
parent | 6c25a70aab63dc84ed1278195eef0a560005970d (diff) | |
download | vdr-plugin-epgsearch-5f8d768468d71154e2bd29b667c6aa8af453fe27.tar.gz vdr-plugin-epgsearch-5f8d768468d71154e2bd29b667c6aa8af453fe27.tar.bz2 |
use shutdown handler to prevent an interrupted search timer update
Diffstat (limited to 'menu_searchactions.c')
-rw-r--r-- | menu_searchactions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_searchactions.c b/menu_searchactions.c index 9021b18..7a85994 100644 --- a/menu_searchactions.c +++ b/menu_searchactions.c @@ -121,7 +121,7 @@ eOSState cMenuSearchActions::Execute() Skins.Message(mtInfo, tr("Search timers activated in setup.")); } if (Interface->Confirm(tr("Run search timer update?"))) - updateForced = 2; // with message about completion + updateForced = 3; // with message about completion return osBack; } if (current == 3) |