diff options
author | spiff_ <spiff_@svn> | 2010-01-08 23:47:11 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-01-08 23:47:11 +0000 |
commit | d5c23e36410e2570b1089da505acb2b69d53262a (patch) | |
tree | e38ac6cc8d36b323a3e800bb399585a014b3ea4f /guilib/GUIControl.cpp | |
parent | ccea07a5a4229a0f7ebb7ff58e034820751a744a (diff) |
cosmetics
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26558 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIControl.cpp')
-rw-r--r-- | guilib/GUIControl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guilib/GUIControl.cpp b/guilib/GUIControl.cpp index e9611a2764..6bc24acdc5 100644 --- a/guilib/GUIControl.cpp +++ b/guilib/GUIControl.cpp @@ -185,13 +185,13 @@ bool CGUIControl::OnAction(const CAction &action) OnRight(); return true; break; - + case ACTION_NEXT_CONTROL: if (!HasFocus()) return false; OnNextControl(); return true; break; - + case ACTION_PREV_CONTROL: if (!HasFocus()) return false; OnPrevControl(); |