From b4820e486a9d496718238437a86647827b8c8370 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 13 Sep 2012 12:59:18 +0200 Subject: [PATCH] infoviewer.cpp:fix showSysfsHdd Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/576d3d9da01a75b9bee77b503f8aab07014be806 Author: Jacek Jendrzej Date: 2012-09-13 (Thu, 13 Sep 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 8320e457e..691c9662f 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1364,7 +1364,8 @@ void CInfoViewer::showSNR () g_SignalFont->RenderString (posx, posy + height, sw, percent, COL_INFOBAR); } } - infoViewerBB->showSysfsHdd(); + if(showButtonBar) + infoViewerBB->showSysfsHdd(); } void CInfoViewer::display_Info(const char *current, const char *next,