Code

Display stream names in the list window.
authorKalle Wallin <kaw@linux.se>
Mon, 7 Jun 2004 21:48:16 +0000 (21:48 +0000)
committerKalle Wallin <kaw@linux.se>
Mon, 7 Jun 2004 21:48:16 +0000 (21:48 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1382 09075e82-0dd4-0310-85a5-a0d7c8717e4f

src/screen_play.c

index 8ee1c4902d4f257d200c7680e40601e5ebb39e7b..a1403328943029973844e793c4d0559708a469d1 100644 (file)
@@ -1,5 +1,7 @@
 /* 
- * (c) 2004 by Kalle Wallin (kaw@linux.se)
+ * $Id$
+ *
+ * (c) 2004 by Kalle Wallin <kaw@linux.se>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -54,7 +56,7 @@ list_callback(int index, int *highlight, void *data)
       *highlight = 1;
     }
 
-  return mpc_get_song_name(song);
+  return mpc_get_song_name2(song);
 }
 
 static int