From 262c2de611539ea3d0780d99e45669803d500bd2 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 bc2ec1f0de29e44100e58209cfe7770d7d8eb0e4: double ::paintButtons calls was added ? Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/96cd5c94af48aca7d3dbfbdfd711aa7569f8903d Author: [CST] Focus Date: 2013-03-14 (Thu, 14 Mar 2013) ------------------ This commit was generated by Migit --- 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);