mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
-fix possible segfault
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@320 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -435,9 +435,6 @@ void CMovieBrowser::init(void)
|
|||||||
|
|
||||||
m_windowFocus = MB_FOCUS_BROWSER;
|
m_windowFocus = MB_FOCUS_BROWSER;
|
||||||
|
|
||||||
m_pcFontFoot = FOOT_FONT;
|
|
||||||
m_pcFontTitle = TITLE_FONT;
|
|
||||||
|
|
||||||
m_textTitle = g_Locale->getText(LOCALE_MOVIEBROWSER_HEAD);
|
m_textTitle = g_Locale->getText(LOCALE_MOVIEBROWSER_HEAD);
|
||||||
|
|
||||||
m_currentStartPos = 0;
|
m_currentStartPos = 0;
|
||||||
@@ -582,6 +579,9 @@ void CMovieBrowser::initGlobalSettings(void)
|
|||||||
|
|
||||||
void CMovieBrowser::initFrames(void)
|
void CMovieBrowser::initFrames(void)
|
||||||
{
|
{
|
||||||
|
m_pcFontFoot = FOOT_FONT;
|
||||||
|
m_pcFontTitle = TITLE_FONT;
|
||||||
|
|
||||||
//TRACE("[mb]->initFrames\r\n");
|
//TRACE("[mb]->initFrames\r\n");
|
||||||
m_cBoxFrame.iX = g_settings.screen_StartX + 10;
|
m_cBoxFrame.iX = g_settings.screen_StartX + 10;
|
||||||
m_cBoxFrame.iY = g_settings.screen_StartY + 10;
|
m_cBoxFrame.iY = g_settings.screen_StartY + 10;
|
||||||
|
Reference in New Issue
Block a user