diff options
Diffstat (limited to 'media_player.c')
-rw-r--r-- | media_player.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media_player.c b/media_player.c index 87256d98..6c641855 100644 --- a/media_player.c +++ b/media_player.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: media_player.c,v 1.37 2007-11-25 18:46:04 phelin Exp $ + * $Id: media_player.c,v 1.38 2007-11-25 19:01:45 phelin Exp $ * */ @@ -652,9 +652,8 @@ eOSState cXinelibPlayerControl::ProcessKey(eKeys Key) switch(Key) { case kBack: xc.main_menu_mode = m_Mode; Hide(); - Close(); BackToMenu(); - return osEnd; + break; case kStop: case kBlue: Hide(); Close(); |