aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjenkins4kodi <jenkins4kodi@users.noreply.github.com>2015-12-29 02:25:01 +0100
committerjenkins4kodi <jenkins4kodi@users.noreply.github.com>2015-12-29 02:25:01 +0100
commitb8df31ba0ef4b172b77fd6547c412f8546c168d3 (patch)
treedeeaa0d5b717b0c39d943c89032491220c84027e
parentc56e6f3f1ce04adc9eb115c8baa9dd44fe072adf (diff)
parent7e46a1a45159c8207d32fa43c474e1a16943e688 (diff)
Merge pull request #8678 from phil65/updatebuttons
-rw-r--r--xbmc/windows/GUIMediaWindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/windows/GUIMediaWindow.cpp b/xbmc/windows/GUIMediaWindow.cpp
index 5773260782..a7aa43531c 100644
--- a/xbmc/windows/GUIMediaWindow.cpp
+++ b/xbmc/windows/GUIMediaWindow.cpp
@@ -823,8 +823,6 @@ bool CGUIMediaWindow::Update(const std::string &strDirectory, bool updateFilterP
// Filter and group the items if necessary
OnFilterItems(GetProperty("filter").asString());
- UpdateButtons();
-
strSelectedItem = m_history.GetSelectedItem(m_vecItems->GetPath());
bool bSelectedFound = false;