From 692ceb95e184f15a91f67bae4dbde565b1287f36 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Wed, 11 Nov 2009 22:10:55 +0100 Subject: finished moving gtk-related code to plugin --- plugins/vorbis/vorbis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/vorbis/vorbis.c') diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c index 31e252eb..2a10322c 100644 --- a/plugins/vorbis/vorbis.c +++ b/plugins/vorbis/vorbis.c @@ -354,8 +354,8 @@ cvorbis_insert (DB_playItem_t *after, const char *fname) { } static int -vorbis_trackdeleted (DB_event_song_t *ev, uintptr_t data) { - if (ev->song == ptrack) { +vorbis_trackdeleted (DB_event_track_t *ev, uintptr_t data) { + if (ev->track == ptrack) { ptrack = NULL; } return 0; -- cgit v1.2.3