diff audacious/pluginenum.c @ 2098:425963ded156 trunk

[svn] - provide the old ABI for plugins (intermediate layer). Pointed out by yaz, pointy hat to me.
author nenolod
date Mon, 11 Dec 2006 05:49:54 -0800
parents 78002535143b
children f18a5b617c34
line wrap: on
line diff
--- a/audacious/pluginenum.c	Mon Dec 11 05:47:05 2006 -0800
+++ b/audacious/pluginenum.c	Mon Dec 11 05:49:54 2006 -0800
@@ -140,7 +140,7 @@
     /* Pretty const casts courtesy of XMMS's plugin.h legacy. Anyone
        else thinks we could use a CONST macro to solve the warnings?
        - descender */
-    p->set_info = (void (*)(gchar *, gint, gint, gint, gint)) playlist_set_info;
+    p->set_info = (void (*)(gchar *, gint, gint, gint, gint)) playlist_set_info_old_abi;
     p->set_info_text = (void (*)(gchar *)) input_set_info_text;
     p->set_status_buffering = (void (*)(gboolean)) input_set_status_buffering;