infoviewer.cpp:fix showSysfsHdd

This commit is contained in:
satbaby
2012-09-13 12:59:18 +02:00
parent e50a5ef013
commit 576d3d9da0

View File

@@ -1364,7 +1364,8 @@ void CInfoViewer::showSNR ()
g_SignalFont->RenderString (posx, posy + height, sw, percent, COL_INFOBAR); 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, void CInfoViewer::display_Info(const char *current, const char *next,