From cc0dd848d3a05ce944648af25f2eecd030172983 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 2 Apr 2014 16:56:15 +0400 Subject: [PATCH] gui/scan_setup.cpp: save FST version after scan Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/14d4ffa28f6c63567984bd281f39476a080436d3 Author: [CST] Focus Date: 2014-04-02 (Wed, 02 Apr 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/scan_setup.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 35debb8ad..4f114d7bd 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -332,6 +332,9 @@ int CScanSetup::exec(CMenuTarget* parent, const std::string &actionKey) //...then start scan CScanTs scanTs(delsys); scanTs.exec(NULL, scants_key[i]); + /* FIXME save fst version. other than fast scan will reset it to 0 + to disable fast scan updates */ + scansettings.fst_version = CServiceScan::getInstance()->GetFstVersion(); if (is_wizard && as == "fast") return menu_return::RETURN_EXIT_ALL; return res;