diff audacious/mainwin.c @ 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 1d9c1026d9f8
line wrap: on
line diff
--- 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();