# HG changeset patch # User Tomasz Mon # Date 1212236392 -7200 # Node ID aec8fc12e0751baedace8c63f30374bd778a0fe7 # Parent a77d02342ee1d115997af2deb1a38c83573fc692 prevent endless loop diff -r a77d02342ee1 -r aec8fc12e075 src/audacious/playlist.c --- a/src/audacious/playlist.c Sat May 31 14:17:15 2008 +0200 +++ b/src/audacious/playlist.c Sat May 31 14:19:52 2008 +0200 @@ -243,6 +243,7 @@ } else { mowgli_object_unref(entry->tuple); entry->tuple = NULL; + return TRUE; } }