[epg] handle <onback> just like every other control
authorJonathan Marshall <jmarshall@xbmc.org>
Sat, 4 Jan 2014 22:09:05 +0000 (11:09 +1300)
committerJonathan Marshall <jmarshall@xbmc.org>
Sat, 4 Jan 2014 22:09:05 +0000 (11:09 +1300)
xbmc/epg/GUIEPGGridContainer.cpp

index 5c984ee..11a826e 100644 (file)
@@ -675,6 +675,7 @@ bool CGUIEPGGridContainer::OnAction(const CAction &action)
   case ACTION_MOVE_RIGHT:
   case ACTION_MOVE_DOWN:
   case ACTION_MOVE_UP:
+  case ACTION_NAV_BACK:
     { // use base class implementation
 
       return CGUIControl::OnAction(action);