diff options
author | spiff_ <spiff_@svn> | 2010-10-28 16:39:54 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-10-28 16:39:54 +0000 |
commit | f1270cd0795dab15257afaa32279f451fa422c0d (patch) | |
tree | 6e02e3e3a7078d294c87449ef7779e2a6b8b8f57 /system | |
parent | d9d4e5a9a385048882448d3c2d9b83f95daf1cd4 (diff) |
fixed: back should close visualisation related dialogs
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35061 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/remote.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml index 93895e403f..3a2b8f548c 100644 --- a/system/keymaps/remote.xml +++ b/system/keymaps/remote.xml @@ -193,11 +193,13 @@ <VisualisationSettings> <remote> <menu>Close</menu> + <back>Close</back> </remote> </VisualisationSettings> <VisualisationPresetList> <remote> <menu>Close</menu> + <back>Close</back> </remote> </VisualisationPresetList> <SlideShow> |