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:
vanhofen
2016-06-04 22:57:39 +02:00

View File

@@ -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);
}