gui/bouquetlist.cpp: fix bc2ec1f0de:

double ::paintButtons calls was added ?


Origin commit data
------------------
Branch: ni/coolstream
Commit: 96cd5c94af
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-03-14 11:57:02 +04:00
parent 4cd5dc48ab
commit 262c2de611

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);