changeset 363:87b14afaa00e

ascoltami: RDF-ify the Go button Go, RDF, go!
author drewp@bigasterisk.com
date Sat, 16 Jun 2007 16:02:11 +0000
parents fc87327e29c4
children 9a03605121b7
files bin/ascoltami
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/ascoltami	Fri Jun 15 06:04:55 2007 +0000
+++ b/bin/ascoltami	Sat Jun 16 16:02:11 2007 +0000
@@ -259,7 +259,7 @@
     def _nextAction(self):
         state = self.player.state.get() 
         if state == 'stop':
-            currentPath = self.player.filename_var.get()
+            currentPath = self.player.song_uri
             try:
                 i = self.songPaths.index(currentPath) + 1
             except ValueError: