# HG changeset patch # User nenolod # Date 1137446351 28800 # Node ID be82408a657dbc35e8d6f54a85433b0e99acea77 # Parent cd9e80cedbaec5feec17042dcbd57e545c45684c [svn] Stop playing while seeking the player. diff -r cd9e80cedbae -r be82408a657d audacious/mainwin.c --- a/audacious/mainwin.c Mon Jan 16 10:38:28 2006 -0800 +++ b/audacious/mainwin.c Mon Jan 16 13:19:11 2006 -0800 @@ -1928,6 +1928,8 @@ { g_get_current_time(&cb_time); + bmp_playback_pause(); + seek_state = MAINWIN_SEEK_REV; } @@ -1949,6 +1951,8 @@ playlist_prev(); seek_state = MAINWIN_SEEK_NIL; + + bmp_playback_pause(); } void @@ -1956,6 +1960,8 @@ { g_get_current_time(&cb_time); + bmp_playback_pause(); + seek_state = MAINWIN_SEEK_FWD; } @@ -1977,6 +1983,8 @@ playlist_next(); seek_state = MAINWIN_SEEK_NIL; + + bmp_playback_pause(); } void