diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screen_play.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/screen_play.c b/src/screen_play.c index 8ee1c4902..a14033289 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 <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 |