diff --git a/trunk/operations.py b/trunk/operations.py index d6ba8e37..ed1f4858 100644 --- a/trunk/operations.py +++ b/trunk/operations.py @@ -41,7 +41,7 @@ class Operations: def markProgress(self,widget,data): time = self.song.curTime() widget.set_fraction(float(self.song.current)/float(self.song.total)) - widget.set_text(time.toStr()) + widget.set_text(time.toStr()+" / "+self.song.info.length.toStr()) #print float(self.song.current)/float(self.song.total) return True