From cca6eb4fe1194d6ac4304740e22f97df679b4eef Mon Sep 17 00:00:00 2001 From: satbaby Date: Tue, 10 Aug 2010 14:46:23 +0000 Subject: [PATCH] -fix mini mode ;) git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@718 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/infoviewer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index da74650d3..c7e7731ac 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -147,7 +147,7 @@ void CInfoViewer::Init() fileplay = 0; /* maybe we should not tie this to the blinkenlights settings? */ - if (g_settings.casystem_display != 2) + if (g_settings.casystem_display < 2) bottom_bar_offset = 22; else bottom_bar_offset = 0; @@ -411,7 +411,7 @@ void CInfoViewer::showTitle (const int ChanNum, const std::string & Channel, con casysChange = g_settings.casystem_display; channellogoChange = g_settings.infobar_show_channellogo; - if (g_settings.casystem_display != 2) + if (g_settings.casystem_display < 2) bottom_bar_offset = 22; else bottom_bar_offset = 0; @@ -580,7 +580,7 @@ fprintf(stderr, "after showchannellogo, mode = %d ret = %d logo_ok = %d\n",g_set if (showButtonBar) { sec_timer_id = g_RCInput->addTimer (1*1000*1000, false); - if (g_settings.casystem_display != 2) + if (g_settings.casystem_display < 2) { // FIXME #ifndef SKIP_CA_STATUS paintCA_bar(0,0);