-fix shadow var

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1187 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2011-02-21 12:26:27 +00:00
parent bd6f0d75bb
commit 4508be23ef

View File

@@ -184,8 +184,8 @@ const struct button_label CBEChannelSelectButtons[] =
void CBEChannelSelectWidget::paintFoot()
{
int ButtonHeight = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getHeight()+8;
::paintButtons(x, y+height, width, 2, CBEChannelSelectButtons, ButtonHeight);
int _ButtonHeight = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getHeight()+8;
::paintButtons(x, y+height, width, 2, CBEChannelSelectButtons, _ButtonHeight);
#if 0
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_OKAY, x+width- 3* ButtonWidth+ 8, y+height+1);