Mercurial > audlegacy
changeset 1026:1a73946ddfbd trunk
[svn] - Queue fix from ircubic (bug #490)
author | nhjm449 |
---|---|
date | Wed, 10 May 2006 19:13:49 -0700 |
parents | 2b42e48a688e |
children | 314665261dbe |
files | audacious/playlist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/playlist.c Wed May 10 17:54:49 2006 -0700 +++ b/audacious/playlist.c Wed May 10 19:13:49 2006 -0700 @@ -849,7 +849,7 @@ plist_pos_list = find_playlist_position_list(); - if (!cfg.repeat && !g_list_next(plist_pos_list)) { + if (!cfg.repeat && !g_list_next(plist_pos_list) && !queued_list) { PLAYLIST_UNLOCK(); return; }