gui/scan_setup.cpp: save FST version after scan

Origin commit data
------------------
Commit: 14d4ffa28f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-04-02 (Wed, 02 Apr 2014)
This commit is contained in:
[CST] Focus
2014-04-02 16:56:15 +04:00
parent 6b56cae74a
commit c01e54a632

View File

@@ -332,6 +332,9 @@ int CScanSetup::exec(CMenuTarget* parent, const std::string &actionKey)
//...then start scan //...then start scan
CScanTs scanTs(delsys); CScanTs scanTs(delsys);
scanTs.exec(NULL, scants_key[i]); 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") if (is_wizard && as == "fast")
return menu_return::RETURN_EXIT_ALL; return menu_return::RETURN_EXIT_ALL;
return res; return res;