diff src/scrobbler/plugin.c @ 1693:62e89e392227

Branch merge.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Sep 2007 06:58:08 +0300
parents d158ce84fda7 16044c4a34d7
children 5fa26178eaef
line wrap: on
line diff
--- a/src/scrobbler/plugin.c	Fri Sep 07 12:48:27 2007 +0300
+++ b/src/scrobbler/plugin.c	Sat Sep 08 06:58:08 2007 +0300
@@ -56,13 +56,10 @@
 
 static GeneralPlugin scrobbler_gp =
 {
-	NULL,
-	NULL,
-	"Scrobbler Plugin",
-	init,
-	about_show,
-	NULL,
-	cleanup
+	.description = "Scrobbler Plugin",
+	.init = init,
+	.about = about_show,
+	.cleanup = cleanup
 };
 
 static gboolean ishttp(const char *a)