Skip to content

Commit

Permalink
fixed: Ticket #5221 - Skin Settings not resetting properly on skin ch…
Browse files Browse the repository at this point in the history
…ange.

git-svn-id: http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC@16008 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
jmarshallnz authored and elan committed Oct 25, 2008
1 parent 5523507 commit 3168d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion xbmc/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2779,6 +2779,8 @@ void CApplication::UnloadSkin()
g_colorManager.Clear();

g_charsetConverter.reset();

g_infoManager.Clear();
}

bool CApplication::LoadUserWindows(const CStdString& strSkinPath)
Expand Down Expand Up @@ -4510,7 +4512,6 @@ HRESULT CApplication::Cleanup()
#ifdef HAS_EVENT_SERVER
CEventServer::RemoveInstance();
#endif
g_infoManager.Clear();
DllLoaderContainer::Clear();
g_playlistPlayer.Clear();
g_settings.Clear();
Expand Down
1 change: 0 additions & 1 deletion xbmc/utils/GUIInfoManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3371,7 +3371,6 @@ int CGUIInfoManager::TranslateBooleanExpression(const CStdString &expression)

void CGUIInfoManager::Clear()
{
m_currentFile->Reset();
m_CombinedValues.clear();
}

Expand Down

0 comments on commit 3168d3c

Please sign in to comment.