# HG changeset patch # User yaz # Date 1160712778 25200 # Node ID 1a801187f510627e0117b147ccf9378291179802 # Parent bddfba95af475c0c7122e8fc82736719688a6cf1 [svn] - pls doesn't go along with PLAYLIST_LOCK in playlist_save(). diff -r bddfba95af47 -r 1a801187f510 ChangeLog --- 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 + 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 revision [2689] - 1.2.0-rc3 diff -r bddfba95af47 -r 1a801187f510 audacious/playlist.c --- 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; }