Mercurial > audlegacy-plugins
diff src/sexypsf/plugin.c @ 1986:4b78df9dcf93
more set_params()
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 07 Oct 2007 14:34:40 -0500 |
| parents | 839804c3b3a4 |
| children | 8f3188746b64 |
line wrap: on
line diff
--- a/src/sexypsf/plugin.c Sun Oct 07 14:26:26 2007 -0500 +++ b/src/sexypsf/plugin.c Sun Oct 07 14:34:40 2007 -0500 @@ -150,7 +150,7 @@ stop = seek = 0; gchar *name = get_title_psf(data->filename); - sexypsf_ip.set_info(name, PSFInfo->length, 44100*2*2*8, 44100, 2); + data->set_params(data, name, PSFInfo->length, 44100*2*2*8, 44100, 2); g_free(name); playing = 1;
