# HG changeset patch # User Josef "Jeff" Sipek # Date 1162712637 18000 # Node ID f56aeafb05b19ad7f1132466148671b254c0b7b9 # Parent 06b5a7db3d193748934300294e711cc5333fec4b Display proper position in the default list diff -r 06b5a7db3d19 -r f56aeafb05b1 vixm/control.py --- a/vixm/control.py Sat Nov 04 23:11:49 2006 -0500 +++ b/vixm/control.py Sun Nov 05 02:43:57 2006 -0500 @@ -164,7 +164,7 @@ return current_time = 0 - pos = 0 + pos = ui.lists[playlist.LIST_DEFAULT].index(current) print "%d. %s (%s/%s)" % (pos+1, str(current), util.strtime(current_time), util.strtime(current["time"]))