Skip to content

Commit

Permalink
partially revert a0475cd, fixes timeline view in pvr window
Browse files Browse the repository at this point in the history
renderloop won't be running there so no need to use that workaround
  • Loading branch information
pieh committed Nov 25, 2012
1 parent dea3a06 commit ae04d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/pvr/windows/GUIWindowPVRGuide.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void CGUIWindowPVRGuide::UpdateData(bool bUpdateSelectedFile /* = true */)

/* lock the graphics context while updating */
CSingleLock graphicsLock(g_graphicsContext);
ShowBusyItem();
m_parent->m_viewControl.Clear();
m_parent->m_vecItems->Clear();

if (m_iGuideView == GUIDE_VIEW_CHANNEL)
Expand Down
2 changes: 1 addition & 1 deletion xbmc/pvr/windows/GUIWindowPVRSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void CGUIWindowPVRSearch::UpdateData(bool bUpdateSelectedFile /* = true */)
CSingleLock graphicsLock(g_graphicsContext);

m_iSelected = m_parent->m_viewControl.GetSelectedItem();
ShowBusyItem();
m_parent->m_viewControl.Clear();
m_parent->m_vecItems->Clear();
m_parent->m_viewControl.SetCurrentView(m_iControlList);

Expand Down

0 comments on commit ae04d99

Please sign in to comment.