Origin commit data
------------------
Branch: ni/coolstream
Commit: ddf6b6737f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-10 (Wed, 10 Aug 2016)

Origin message was:
------------------
- fix c340e2c4d2

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-08-10 17:02:59 +02:00
parent c340e2c4d2
commit 7fc6a62fc4

View File

@@ -1453,7 +1453,7 @@ void CMovieBrowser::refreshMovieInfo(void)
void CMovieBrowser::info_hdd_level(bool paint_hdd)
{
if (show_mode == MB_SHOW_YT)
if (show_mode == MB_SHOW_YT || !g_settings.infobar_show_sysfs_hdd)
return;
struct statfs s;
@@ -1466,9 +1466,6 @@ void CMovieBrowser::info_hdd_level(bool paint_hdd)
}
}
if (paint_hdd)
paint_hdd = g_settings.infobar_show_sysfs_hdd; // don't paint if disabled by user
if (tmp_blocks_percent_used != blocks_percent_used || paint_hdd) {
tmp_blocks_percent_used = blocks_percent_used;
const short pbw = 100;