changeset 1868:1a801187f510 trunk

[svn] - pls doesn't go along with PLAYLIST_LOCK in playlist_save().
author yaz
date Thu, 12 Oct 2006 21:12:58 -0700
parents bddfba95af47
children b7cac9c9c4a1
files ChangeLog audacious/playlist.c
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 12 08:10:01 2006 -0700
+++ b/ChangeLog	Thu Oct 12 21:12:58 2006 -0700
@@ -1,3 +1,12 @@
+2006-10-12 15:10:01 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2691]
+  - fix another regression where mainwin_othertext_visible is TRUE even though the skin doesn't want
+    the othertext system to be used at all
+  
+  trunk/audacious/widgets/skin.c |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2006-10-12 14:45:48 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2689]
   - 1.2.0-rc3
--- a/audacious/playlist.c	Thu Oct 12 08:10:01 2006 -0700
+++ b/audacious/playlist.c	Thu Oct 12 21:12:58 2006 -0700
@@ -1324,9 +1324,7 @@
     if (plc->plc_write == NULL)
         return FALSE;
 
-    PLAYLIST_LOCK();
     plc->plc_write(filename, 0);
-    PLAYLIST_UNLOCK();
 
     return TRUE;
 }