Mercurial > audlegacy
changeset 445:be82408a657d trunk
[svn] Stop playing while seeking the player.
author | nenolod |
---|---|
date | Mon, 16 Jan 2006 13:19:11 -0800 |
parents | cd9e80cedbae |
children | 61046bc4d0d6 |
files | audacious/mainwin.c |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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