Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 2b471379494a2acc128492c7574ce12f > files > 37

xmms-1.2.10-35mdv2008.0.src.rpm

--- xmms-shell-0.99.3/src/script.cc	2002-10-23 01:59:52.000000000 +0200
+++ xmms-shell-0.99.3/src/script.cc.new	2002-10-23 23:43:42.000000000 +0200
@@ -124,8 +124,10 @@
         Playlist playlist = session.playlist();
 
         associate('i', int_to_string(playlist.position()));
-        associate('F', playlist.current_filename());
-        associate('S', playlist.current_title());
+        if (playlist.length()) {
+	  associate('F', playlist.current_filename());
+	  associate('S', playlist.current_title());
+	}
         associate('N', int_to_string(playlist.length()));
     } else {
         associate('R', "not running");