# HG changeset patch # User drewp@bigasterisk.com # Date 2007-06-16 16:02:11 # Node ID 87b14afaa00ebe25392f7a16e3443f5abfa91236 # Parent fc87327e29c4a1740d16a0f3c4ef22c53da98dae ascoltami: RDF-ify the Go button Go, RDF, go! diff --git a/bin/ascoltami b/bin/ascoltami --- a/bin/ascoltami +++ b/bin/ascoltami @@ -259,7 +259,7 @@ class GoButton: 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: