diff options
-rw-r--r-- | xbmc/pvr/windows/GUIWindowPVRGuide.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xbmc/pvr/windows/GUIWindowPVRGuide.cpp b/xbmc/pvr/windows/GUIWindowPVRGuide.cpp index eedd212b09..67805e6bae 100644 --- a/xbmc/pvr/windows/GUIWindowPVRGuide.cpp +++ b/xbmc/pvr/windows/GUIWindowPVRGuide.cpp @@ -503,7 +503,8 @@ bool CGUIWindowPVRGuideBase::OnMessage(CGUIMessage& message) } } else if (message.GetSenderId() == CONTROL_BTNVIEWASICONS || - message.GetSenderId() == CONTROL_BTNSORTBY) + message.GetSenderId() == CONTROL_BTNSORTBY || + message.GetSenderId() == CONTROL_BTNSORTASC) { RefreshView(message, false); bReturn = true; |