mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
Merge branch 'master' into pu/mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca83324763
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-06-07 (Wed, 07 Jun 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -458,7 +458,7 @@ void CInfoViewerBB::showBBIcons(const int modus, const std::string & icon)
|
||||
}
|
||||
}
|
||||
|
||||
void CInfoViewerBB::paintshowButtonBar()
|
||||
void CInfoViewerBB::paintshowButtonBar(bool noTimer/*=false*/)
|
||||
{
|
||||
if (!is_visible)
|
||||
return;
|
||||
@@ -466,7 +466,9 @@ void CInfoViewerBB::paintshowButtonBar()
|
||||
for (int i = 0; i < CInfoViewerBB::BUTTON_MAX; i++) {
|
||||
tmp_bbButtonInfoText[i] = "";
|
||||
}
|
||||
g_InfoViewer->sec_timer_id = g_RCInput->addTimer(1*1000*1000, false);
|
||||
|
||||
if (!noTimer)
|
||||
g_InfoViewer->sec_timer_id = g_RCInput->addTimer(1*1000*1000, false);
|
||||
|
||||
if (g_settings.infobar_casystem_display < 2)
|
||||
paint_ca_bar();
|
||||
|
Reference in New Issue
Block a user