mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
use paintBoxFrame in audioplayer, -fix compil with -Werror
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@992 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 72bfd0bdc2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-01-01 (Sat, 01 Jan 2011)
Origin message was:
------------------
-use paintBoxFrame in audioplayer, -fix compil with -Werror
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@992 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1780,11 +1780,11 @@ bool CMovieBrowser::onButtonPressBrowserList(neutrino_msg_t msg)
|
||||
{
|
||||
m_pcBrowser->scrollLineDown(1);
|
||||
}
|
||||
else if (msg == g_settings.key_channelList_pageup)
|
||||
else if (msg == (neutrino_msg_t)g_settings.key_channelList_pageup)
|
||||
{
|
||||
m_pcBrowser->scrollPageUp(1);
|
||||
}
|
||||
else if (msg == g_settings.key_channelList_pagedown)
|
||||
else if (msg == (neutrino_msg_t)g_settings.key_channelList_pagedown)
|
||||
{
|
||||
m_pcBrowser->scrollPageDown(1);
|
||||
}
|
||||
@@ -1894,11 +1894,11 @@ bool CMovieBrowser::onButtonPressFilterList(neutrino_msg_t msg)
|
||||
{
|
||||
m_pcFilter->scrollLineDown(1);
|
||||
}
|
||||
else if (msg == g_settings.key_channelList_pageup)
|
||||
else if (msg == (neutrino_msg_t)g_settings.key_channelList_pageup)
|
||||
{
|
||||
m_pcFilter->scrollPageUp(1);
|
||||
}
|
||||
else if (msg == g_settings.key_channelList_pagedown)
|
||||
else if (msg == (neutrino_msg_t)g_settings.key_channelList_pagedown)
|
||||
{
|
||||
m_pcFilter->scrollPageDown(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user