# HG changeset patch # User giacomo # Date 1170338993 28800 # Node ID 5e8526a4f554239f674a66ddbbf0df9dca456cf6 # Parent 67c7de5f65061e921461bd324f15bcd56beaea94 [svn] - added a new hook: playlist set info diff -r 67c7de5f6506 -r 5e8526a4f554 ChangeLog --- a/ChangeLog Thu Feb 01 03:34:37 2007 -0800 +++ b/ChangeLog Thu Feb 01 06:09:53 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-01 11:34:37 +0000 Strahinja Kustudi + revision [3928] + Updated translations + trunk/po/sr.po | 46 +++++++++++++++++++--------------------------- + trunk/po/sr@Latn.po | 46 +++++++++++++++++++--------------------------- + 2 files changed, 38 insertions(+), 54 deletions(-) + + 2007-02-01 07:40:02 +0000 revision [3926] * Update Japanese translation. diff -r 67c7de5f6506 -r 5e8526a4f554 src/audacious/playlist.c --- a/src/audacious/playlist.c Thu Feb 01 03:34:37 2007 -0800 +++ b/src/audacious/playlist.c Thu Feb 01 06:09:53 2007 -0800 @@ -981,6 +981,9 @@ playlist_recalc_total_time(playlist); mainwin_set_song_info(rate, freq, nch); + + if ( playlist->position ) + hook_call( "playlist set info" , playlist->position ); } void @@ -1002,6 +1005,9 @@ playlist_recalc_total_time(playlist); mainwin_set_song_info(rate, freq, nch); + + if ( playlist->position ) + hook_call( "playlist set info" , playlist->position ); } void