Mercurial > audlegacy
changeset 1897:35fa6f69d802 trunk
[svn] - oops, missed a requirement (sorry about that)
author | nenolod |
---|---|
date | Tue, 24 Oct 2006 00:34:35 -0700 |
parents | 7b9938c8528a |
children | 22051a0efcef |
files | ChangeLog audacious/mainwin.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [2747] - make sure the proper wmclass is being set here.
--- 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();