diff --git a/src/gui/bouquetlist.cpp b/src/gui/bouquetlist.cpp index 17585c33e..a41358906 100644 --- a/src/gui/bouquetlist.cpp +++ b/src/gui/bouquetlist.cpp @@ -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);