From 576d3d9da01a75b9bee77b503f8aab07014be806 Mon Sep 17 00:00:00 2001 From: satbaby Date: Thu, 13 Sep 2012 12:59:18 +0200 Subject: [PATCH] infoviewer.cpp:fix showSysfsHdd --- 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,