From: Kalle Wallin Date: Mon, 7 Jun 2004 21:48:16 +0000 (+0000) Subject: Display stream names in the list window. X-Git-Tag: v0.12_alpha1~540 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d98fbf6d5f1a60d3a6ae561dbc6df955876e10fc;p=ncmpc.git Display stream names in the list window. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1382 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- 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