summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-04-23 14:00:52 +0000
committerphintuka <phintuka>2007-04-23 14:00:52 +0000
commitf5ab894e7f45aa9a018e481f5095272c77b09fba (patch)
treea8ed6c76be1053fd985ac10567cd3d95b05d118f
parent02a357fdb89c07bb523f94c91e5ce90249f7710b (diff)
downloadxineliboutput-f5ab894e7f45aa9a018e481f5095272c77b09fba.tar.gz
xineliboutput-f5ab894e7f45aa9a018e481f5095272c77b09fba.tar.bz2
Do not return to media player file list after DVD playback
(Patch from Petri Helin)
-rw-r--r--media_player.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/media_player.c b/media_player.c
index 86221537..c60561f0 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.25 2007-04-09 16:22:40 phintuka Exp $
+ * $Id: media_player.c,v 1.26 2007-04-23 14:00:52 phintuka Exp $
*
*/
@@ -971,7 +971,6 @@ eOSState cXinelibDvdPlayerControl::ProcessKey(eKeys Key)
case kBack: xc.main_menu_mode = m_Mode;
Hide();
Close();
- BackToMenu();
return osEnd;
default: break;
}