fix shadow var

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1187 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4508be23ef
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-02-21 (Mon, 21 Feb 2011)

Origin message was:
------------------
-fix shadow var

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1187 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2011-02-21 12:26:27 +00:00
parent 1410dad4cd
commit c56e8cf2ea

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);