diff audacious/mainwin.c @ 1968:b5fe3edc3fac trunk

[svn] - some code for seekbar
author nenolod
date Sun, 12 Nov 2006 06:15:11 -0800
parents f6b058a10242
children 55b05e25d4ef
line wrap: on
line diff
--- a/audacious/mainwin.c	Sun Nov 12 05:49:04 2006 -0800
+++ b/audacious/mainwin.c	Sun Nov 12 06:15:11 2006 -0800
@@ -3770,6 +3770,8 @@
         playlistwin_hide_timer();
     input_update_vis(time);
 
+    newui_set_time(time, length);
+
     if (cfg.timer_mode == TIMER_REMAINING) {
         if (length != -1) {
             number_set_number(mainwin_minus_num, 11);