comparison 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
comparison
equal deleted inserted replaced
1896:7b9938c8528a 1897:35fa6f69d802
3640 idle_func_update_song_info(gint time) 3640 idle_func_update_song_info(gint time)
3641 { 3641 {
3642 gint length, t; 3642 gint length, t;
3643 gchar stime_prefix; 3643 gchar stime_prefix;
3644 3644
3645 if (ab_position_a != -1 && ab_position_b != -1) 3645 if (ab_position_a != -1 && ab_position_b != -1 && time > ab_position_b)
3646 bmp_playback_seek(ab_position_a/1000); 3646 bmp_playback_seek(ab_position_a/1000);
3647 3647
3648 length = playlist_get_current_length(); 3648 length = playlist_get_current_length();
3649 if (bmp_playback_get_playing()) 3649 if (bmp_playback_get_playing())
3650 playlistwin_set_time(time, length, cfg.timer_mode); 3650 playlistwin_set_time(time, length, cfg.timer_mode);