diff bin/ascoltami @ 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 7771f37252da
children 26a73a4647cb
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: