diff src/audacious/playlist.c @ 2637:420ce282920d trunk

[svn] - clear playlist attribute when playlist_clear() is called.
author yaz
date Wed, 21 Mar 2007 03:25:21 -0700
parents 517d13842fe7
children 8c56926de2ad
line wrap: on
line diff
--- a/src/audacious/playlist.c	Wed Mar 21 02:13:02 2007 -0700
+++ b/src/audacious/playlist.c	Wed Mar 21 03:25:21 2007 -0700
@@ -400,6 +400,7 @@
     playlist->position = NULL;
     playlist->entries = NULL;
     playlist->tail = NULL;
+    playlist->attribute = PLAYLIST_PLAIN;
 
     PLAYLIST_UNLOCK( playlist->mutex );