- bouquetlist.cpp: fix buttonbar

This commit is contained in:
svenhoefer
2013-03-21 12:13:16 +01:00
parent 407d9fe800
commit d90ae61449

View File

@@ -601,8 +601,6 @@ 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, footerHeight);
if(!Bouquets.empty())