CEventFinderMenu -add epg search history

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f387ae87f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-11-26 16:23:24 +01:00
parent 0d6c72580f
commit 8ada33708f
8 changed files with 111 additions and 41 deletions

View File

@@ -38,6 +38,7 @@
#include <zapit/client/zapittools.h>
#include <string>
#include <list>
#ifdef BOXMODEL_APOLLO
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 14
@@ -147,6 +148,10 @@ struct SNeutrinoSettings
std::string epg_dir;
int epg_scan;
int epg_search_history_size;
int epg_search_history_max;
std::list<std::string> epg_search_history;
//network
std::string network_ntpserver;
std::string network_ntprefresh;