playlist: no CamelCase

This commit is contained in:
Max Kellermann
2009-07-14 21:28:36 +02:00
parent 5a886da93b
commit d897170455
10 changed files with 95 additions and 86 deletions

View File

@@ -849,7 +849,7 @@ static void song_delete_event(void)
sticker_song_delete(delete);
#endif
deleteASongFromPlaylist(&g_playlist, delete);
playlist_delete_song(&g_playlist, delete);
delete = NULL;
notify_signal(&update_notify);