Mercurial > audlegacy
changeset 2792:790bb0954b93 trunk
[svn] - move playlist_recalc_total_time() out of the giant playlist lock in playlist_delete_filenames(). reported by dotzen, closes #908.
author | nenolod |
---|---|
date | Wed, 23 May 2007 23:01:01 -0700 |
parents | 16010ed3bbd6 |
children | 885ec4399359 |
files | ChangeLog src/audacious/build_stamp.c src/audacious/playlist.c |
diffstat | 3 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk> + 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 <nenolod@sacredspiral.co.uk> revision [4606] - update chinese translation. closes #905.
--- 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 <glib.h> -const gchar *svn_stamp = "20070524-4606"; +const gchar *svn_stamp = "20070524-4608";
--- 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) {