eventlist: Use selected event title as default search word, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?p=382712#p382712

Origin commit data
------------------
Branch: ni/coolstream
Commit: f6413891b2
Author: rhabarber1848 <rhabarber1848@web.de>
Date: 2012-04-25 (Wed, 25 Apr 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
rhabarber1848
2012-04-25 18:23:27 +00:00
committed by Jacek Jendrzej
parent 9221ac3716
commit 5186371bb5
2 changed files with 7 additions and 0 deletions

View File

@@ -1016,6 +1016,12 @@ bool CNeutrinoEventList::findEvents(void)
int event = 0;
t_channel_id channel_id = 0;
if((m_search_keyword.empty() || m_search_keyword == m_search_autokeyword) && evtlist[selected].eventID != 0)
{
m_search_keyword = evtlist[selected].description;
m_search_autokeyword = m_search_keyword;
}
CEventFinderMenu menu( &event,
&m_search_epg_item,
&m_search_keyword,