# HG changeset patch # User nenolod # Date 1179986461 25200 # Node ID 790bb0954b93b83995945288cd3ddfe8765d7365 # Parent 16010ed3bbd6bee210094166f83bad89210bcb20 [svn] - move playlist_recalc_total_time() out of the giant playlist lock in playlist_delete_filenames(). reported by dotzen, closes #908. diff -r 16010ed3bbd6 -r 790bb0954b93 ChangeLog --- a/ChangeLog Wed May 23 22:58:05 2007 -0700 +++ b/ChangeLog Wed May 23 23:01:01 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-24 05:58:05 +0000 William Pitcock + revision [4608] + - new turkish translation. closes #958. + + trunk/po/tr.po | 91 ++++++++++++++++----------------------------------------- + 1 file changed, 26 insertions(+), 65 deletions(-) + + 2007-05-24 05:57:07 +0000 William Pitcock revision [4606] - update chinese translation. closes #905. diff -r 16010ed3bbd6 -r 790bb0954b93 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Wed May 23 22:58:05 2007 -0700 +++ b/src/audacious/build_stamp.c Wed May 23 23:01:01 2007 -0700 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070524-4606"; +const gchar *svn_stamp = "20070524-4608"; diff -r 16010ed3bbd6 -r 790bb0954b93 src/audacious/playlist.c --- a/src/audacious/playlist.c Wed May 23 22:58:05 2007 -0700 +++ b/src/audacious/playlist.c Wed May 23 23:01:01 2007 -0700 @@ -533,9 +533,9 @@ } } + PLAYLIST_UNLOCK(playlist->mutex); + playlist_recalc_total_time(playlist); - PLAYLIST_UNLOCK(playlist->mutex); - playlistwin_update_list(playlist); if (restart_playing) {