diff bin/ascoltami @ 335:8a1ec8aca432

more rdf updates
author drewp@bigasterisk.com
date Sun, 10 Jun 2007 03:27:16 +0000
parents 42e4c4728a66
children 7771f37252da
line wrap: on
line diff
--- a/bin/ascoltami	Mon Apr 02 14:34:14 2007 +0000
+++ b/bin/ascoltami	Sun Jun 10 03:27:16 2007 +0000
@@ -495,7 +495,7 @@
     goStatus.config(bg='#800000', fg='white', relief='ridge')
     goStatus.pack(side='left', expand=True, fill='x')
 
-    go = GoButton(player, goStatus, songfiles)
+    go = GoButton(player, goStatus, songs)
     
     buts = ControlButtons(root, go, player, root)