Menu position settings

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e2b5716ae
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-02-20 (Sat, 20 Feb 2010)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2010-02-20 15:12:51 +00:00
parent 440b42becf
commit e6c9a861f9
13 changed files with 48 additions and 54 deletions

View File

@@ -167,7 +167,6 @@ void CInfoViewer::Init()
/* after font size changes, Init() might be called multiple times */
changePB();
pbBlinkChange = g_settings.progressbar_color;
casysChange = g_settings.casystem_display;
channellogoChange = g_settings.infobar_show_channellogo;
@@ -379,11 +378,6 @@ void CInfoViewer::showTitle (const int ChanNum, const std::string & Channel, con
bool fadeIn = g_settings.widget_fade && (!is_visible) && showButtonBar;
if(pbBlinkChange != g_settings.progressbar_color){
pbBlinkChange = g_settings.progressbar_color;
//changePB();
}
if (casysChange != g_settings.casystem_display || channellogoChange != g_settings.infobar_show_channellogo){
casysChange = g_settings.casystem_display;
channellogoChange = g_settings.infobar_show_channellogo;