--- playbackbox.cpp.middle	2007-09-07 17:50:13.000000000 +0300
+++ playbackbox.cpp	2007-09-07 17:52:08.000000000 +0300
@@ -1578,6 +1578,16 @@
 
             decoder->unlock();
         }
+
+        if(!isplaying)
+        {
+            currentTime = pos;
+            if(time_text)
+                time_text->SetText(getTimeString(pos, maxTime));
+
+            showProgressBar();
+        }
+
     }
 }
 
