From 96cd5c94af48aca7d3dbfbdfd711aa7569f8903d Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 14 Mar 2013 11:57:02 +0400 Subject: [PATCH] gui/bouquetlist.cpp: fix b523fe59c0229a7465d22c177c5cf524130713c4: double ::paintButtons calls was added ? --- src/gui/bouquetlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);