# HG changeset patch # User nenolod # Date 1161675275 25200 # Node ID 35fa6f69d802d3fbaacdb303b189e861f8bd7696 # Parent 7b9938c8528afb5400a316ce9e171bbc2e22305a [svn] - oops, missed a requirement (sorry about that) diff -r 7b9938c8528a -r 35fa6f69d802 ChangeLog --- a/ChangeLog Tue Oct 24 00:34:00 2006 -0700 +++ b/ChangeLog Tue Oct 24 00:34:35 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-24 07:34:00 +0000 William Pitcock + revision [2749] + - fix A-B repetition + + trunk/audacious/mainwin.c | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + + 2006-10-24 05:57:28 +0000 William Pitcock revision [2747] - make sure the proper wmclass is being set here. diff -r 7b9938c8528a -r 35fa6f69d802 audacious/mainwin.c --- a/audacious/mainwin.c Tue Oct 24 00:34:00 2006 -0700 +++ b/audacious/mainwin.c Tue Oct 24 00:34:35 2006 -0700 @@ -3642,7 +3642,7 @@ gint length, t; gchar stime_prefix; - if (ab_position_a != -1 && ab_position_b != -1) + if (ab_position_a != -1 && ab_position_b != -1 && time > ab_position_b) bmp_playback_seek(ab_position_a/1000); length = playlist_get_current_length();