mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-17 02:13:35 +02:00
Merge branch 'ni/cst-next' of bitbucket.org:neutrino-images/ni-neutrino-hd into ni/cst-next
Origin commit data
------------------
Commit: 96f8a61675
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-06-04 (Sat, 04 Jun 2016)
This commit is contained in:
@@ -816,7 +816,7 @@ void CInfoViewerBB::showIcon_CA_Status(int notfirst)
|
||||
{
|
||||
//NI
|
||||
int acaid = 0;
|
||||
if (g_settings.show_ecm)
|
||||
if (g_settings.show_ecm && notfirst)
|
||||
acaid = check_ecmInfo();
|
||||
|
||||
if (g_settings.infobar_casystem_display == 3){
|
||||
@@ -1152,7 +1152,7 @@ int CInfoViewerBB::parse_ecmInfo(const char * file)
|
||||
}
|
||||
}
|
||||
fclose(fh);
|
||||
remove("/tmp/ecm.info.tmp");
|
||||
remove(file);
|
||||
if(buffer)
|
||||
free(buffer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user