checking setup conditions for viewelements

This commit is contained in:
louis
2015-03-13 18:00:39 +01:00
parent b84af82ef5
commit 229b1274a5
21 changed files with 129 additions and 53 deletions

View File

@@ -805,7 +805,7 @@ void cDisplayMenuDetailView::DrawScrollbar(void) {
}
void cDisplayMenuDetailView::DrawTabLabels(void) {
if (!ViewElementImplemented(veTabLabels)) {
if (!ExecuteViewElement(veTabLabels)) {
return;
}
map < string, string > labelStringTokens;