mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
-fix possible segfault
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@320 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: df22e6536a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-02-11 (Thu, 11 Feb 2010)
Origin message was:
------------------
-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_pcFontFoot = FOOT_FONT;
|
||||
m_pcFontTitle = TITLE_FONT;
|
||||
|
||||
m_textTitle = g_Locale->getText(LOCALE_MOVIEBROWSER_HEAD);
|
||||
|
||||
m_currentStartPos = 0;
|
||||
@@ -582,6 +579,9 @@ void CMovieBrowser::initGlobalSettings(void)
|
||||
|
||||
void CMovieBrowser::initFrames(void)
|
||||
{
|
||||
m_pcFontFoot = FOOT_FONT;
|
||||
m_pcFontTitle = TITLE_FONT;
|
||||
|
||||
//TRACE("[mb]->initFrames\r\n");
|
||||
m_cBoxFrame.iX = g_settings.screen_StartX + 10;
|
||||
m_cBoxFrame.iY = g_settings.screen_StartY + 10;
|
||||
|
Reference in New Issue
Block a user