[MPlayer-cvslog] r27120 - trunk/playtree.c
ben
subversion at mplayerhq.hu
Sat Jun 21 11:15:25 CEST 2008
Author: ben
Date: Sat Jun 21 11:15:25 2008
New Revision: 27120
Log:
revert non-acked r27106
Modified:
trunk/playtree.c
Modified: trunk/playtree.c
==============================================================================
--- trunk/playtree.c (original)
+++ trunk/playtree.c Sat Jun 21 11:15:25 2008
@@ -710,9 +710,8 @@ play_tree_iter_up_step(play_tree_iter_t*
iter->tree = iter->tree->parent;
// Pop subtree params
- if(iter->config && iter->entry_pushed > 0) {
+ if(iter->config) {
m_config_pop(iter->config);
- iter->entry_pushed = 0;
if(iter->mode == PLAY_TREE_ITER_RND)
iter->tree->flags |= PLAY_TREE_RND_PLAYED;
}
More information about the MPlayer-cvslog
mailing list