diff src/skins/ui_skinned_playlist.c @ 2629:2ce9e17525dc

make dnd working in playlistwin
author Tomasz Mon <desowin@gmail.com>
date Thu, 22 May 2008 17:06:59 +0200
parents 2d6e08c81c09
children aa17ced2b4d6
line wrap: on
line diff
--- a/src/skins/ui_skinned_playlist.c	Thu May 22 16:31:25 2008 +0200
+++ b/src/skins/ui_skinned_playlist.c	Thu May 22 17:06:59 2008 +0200
@@ -1070,7 +1070,7 @@
 
         tuple = playlist_get_tuple(pl_active, pos);
         if ((tuple == NULL) || (tuple_get_int(tuple, FIELD_LENGTH, NULL) < 1)) {
-           gchar *title = playlist_get_songtitle(pl_active, pos);
+           gchar *title = aud_playlist_get_songtitle(pl_active, pos);
            fileinfopopup_show_from_title(popup, title);
            g_free(title);
         } else {