diff src/audacious/pluginenum.c @ 3731:0e5da33a32b7

fun util dialog shit -> vtable
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 19:11:52 -0500
parents fc17623eb561
children e82ec5cb017c
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sat Oct 13 19:08:44 2007 -0500
+++ b/src/audacious/pluginenum.c	Sat Oct 13 19:11:52 2007 -0500
@@ -131,6 +131,8 @@
 
     .uri_get_plugin = uri_get_plugin,
     .uri_set_plugin = uri_set_plugin,
+
+    .util_info_dialog = util_info_dialog,
 };
 
 /*****************************************************************/