mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
-fix mini mode ;)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@718 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -147,7 +147,7 @@ void CInfoViewer::Init()
|
|||||||
fileplay = 0;
|
fileplay = 0;
|
||||||
|
|
||||||
/* maybe we should not tie this to the blinkenlights settings? */
|
/* 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;
|
bottom_bar_offset = 22;
|
||||||
else
|
else
|
||||||
bottom_bar_offset = 0;
|
bottom_bar_offset = 0;
|
||||||
@@ -411,7 +411,7 @@ void CInfoViewer::showTitle (const int ChanNum, const std::string & Channel, con
|
|||||||
casysChange = g_settings.casystem_display;
|
casysChange = g_settings.casystem_display;
|
||||||
channellogoChange = g_settings.infobar_show_channellogo;
|
channellogoChange = g_settings.infobar_show_channellogo;
|
||||||
|
|
||||||
if (g_settings.casystem_display != 2)
|
if (g_settings.casystem_display < 2)
|
||||||
bottom_bar_offset = 22;
|
bottom_bar_offset = 22;
|
||||||
else
|
else
|
||||||
bottom_bar_offset = 0;
|
bottom_bar_offset = 0;
|
||||||
@@ -580,7 +580,7 @@ fprintf(stderr, "after showchannellogo, mode = %d ret = %d logo_ok = %d\n",g_set
|
|||||||
if (showButtonBar) {
|
if (showButtonBar) {
|
||||||
sec_timer_id = g_RCInput->addTimer (1*1000*1000, false);
|
sec_timer_id = g_RCInput->addTimer (1*1000*1000, false);
|
||||||
|
|
||||||
if (g_settings.casystem_display != 2)
|
if (g_settings.casystem_display < 2)
|
||||||
{ // FIXME
|
{ // FIXME
|
||||||
#ifndef SKIP_CA_STATUS
|
#ifndef SKIP_CA_STATUS
|
||||||
paintCA_bar(0,0);
|
paintCA_bar(0,0);
|
||||||
|
Reference in New Issue
Block a user