From d98fbf6d5f1a60d3a6ae561dbc6df955876e10fc Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Mon, 7 Jun 2004 21:48:16 +0000 Subject: [PATCH] Display stream names in the list window. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1382 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/screen_play.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/screen_play.c b/src/screen_play.c index 8ee1c49..a140332 100644 --- a/src/screen_play.c +++ b/src/screen_play.c @@ -1,5 +1,7 @@ /* - * (c) 2004 by Kalle Wallin (kaw@linux.se) + * $Id$ + * + * (c) 2004 by Kalle Wallin * * 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 -- 2.30.2