fix shadow stuff and initializers....

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@118 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e718d8987
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-23 (Wed, 23 Dec 2009)



------------------
This commit was generated by Migit
This commit is contained in:
mws
2009-12-23 12:08:43 +00:00
parent f6e04b700f
commit 860fc16726
30 changed files with 492 additions and 482 deletions

View File

@@ -912,20 +912,20 @@ bool CEventFinderMenuHandler::changeNotify(const neutrino_locale_t OptionName, v
#define SEARCH_LIST_OPTION_COUNT 3
const CMenuOptionChooser::keyval SEARCH_LIST_OPTIONS[SEARCH_LIST_OPTION_COUNT] =
{
// { EventList::SEARCH_LIST_NONE , LOCALE_PICTUREVIEWER_RESIZE_NONE },
{ EventList::SEARCH_LIST_CHANNEL , LOCALE_TIMERLIST_CHANNEL },
{ EventList::SEARCH_LIST_BOUQUET , LOCALE_BOUQUETLIST_HEAD },
{ EventList::SEARCH_LIST_ALL , LOCALE_CHANNELLIST_HEAD }
// { EventList::SEARCH_LIST_NONE , LOCALE_PICTUREVIEWER_RESIZE_NONE ,0 },
{ EventList::SEARCH_LIST_CHANNEL , LOCALE_TIMERLIST_CHANNEL ,0 },
{ EventList::SEARCH_LIST_BOUQUET , LOCALE_BOUQUETLIST_HEAD ,0 },
{ EventList::SEARCH_LIST_ALL , LOCALE_CHANNELLIST_HEAD ,0 }
};
#define SEARCH_EPG_OPTION_COUNT 3
const CMenuOptionChooser::keyval SEARCH_EPG_OPTIONS[SEARCH_EPG_OPTION_COUNT] =
{
// { EventList::SEARCH_EPG_NONE , LOCALE_PICTUREVIEWER_RESIZE_NONE },
{ EventList::SEARCH_EPG_TITLE , LOCALE_FONTSIZE_EPG_TITLE },
{ EventList::SEARCH_EPG_INFO1 , LOCALE_FONTSIZE_EPG_INFO1 },
{ EventList::SEARCH_EPG_INFO2 , LOCALE_FONTSIZE_EPG_INFO2 }
// { EventList::SEARCH_EPG_NONE , LOCALE_PICTUREVIEWER_RESIZE_NONE ,0 },
{ EventList::SEARCH_EPG_TITLE , LOCALE_FONTSIZE_EPG_TITLE ,0},
{ EventList::SEARCH_EPG_INFO1 , LOCALE_FONTSIZE_EPG_INFO1 ,0 },
{ EventList::SEARCH_EPG_INFO2 , LOCALE_FONTSIZE_EPG_INFO2 ,0 }
// ,{ EventList::SEARCH_EPG_GENRE , LOCALE_MOVIEBROWSER_INFO_GENRE_MAJOR }
};