gui/bouquetlist.cpp: fix b523fe59c0:

double ::paintButtons calls was added ?
This commit is contained in:
[CST] Focus
2013-03-14 11:57:02 +04:00
parent 2ad5340134
commit 96cd5c94af

View File

@@ -601,7 +601,7 @@ void CBouquetList::paint()
int numbuttons = sizeof(CBouquetListButtons)/sizeof(CBouquetListButtons[0]);
if (favonly) /* this actually shows favorites and providers button, but both are active anyway */
numbuttons = 2;
::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, width, footerHeight);
//::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, width, footerHeight);
::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, footerHeight);