From: xhaggi Date: Thu, 31 Jul 2014 08:34:11 +0000 (+0200) Subject: [pvr] fix hiding the "go to parent directory" item in the root of the X-Git-Tag: 14.0a2-Helix~11^2 X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_xbmc;a=commitdiff_plain;h=0656cba3f30b9388fef54b8aa4fe82ab85ae5e29 [pvr] fix hiding the "go to parent directory" item in the root of the the recordings list --- diff --git a/xbmc/pvr/windows/GUIWindowPVRBase.cpp b/xbmc/pvr/windows/GUIWindowPVRBase.cpp index c4a60a9..8164493 100644 --- a/xbmc/pvr/windows/GUIWindowPVRBase.cpp +++ b/xbmc/pvr/windows/GUIWindowPVRBase.cpp @@ -673,6 +673,7 @@ bool CGUIWindowPVRBase::UpdateEpgForChannel(CFileItem *item) bool CGUIWindowPVRBase::Update(const std::string &strDirectory, bool updateFilterPath /* = true */) { + m_vecItems->SetPath(strDirectory); return CGUIMediaWindow::Update(strDirectory, updateFilterPath); }