diff pidgin/plugins/pidginrc.c @ 16678:3d41d0d7fb9b

Default plugins are done, for the release i'm not that concerned about plugins that do _NOT_ compile by default
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 00:34:04 +0000
parents 765cfc73182f
children 4ce5f452e0df
line wrap: on
line diff
--- a/pidgin/plugins/pidginrc.c	Mon Apr 30 00:17:43 2007 +0000
+++ b/pidgin/plugins/pidginrc.c	Mon Apr 30 00:34:04 2007 +0000
@@ -599,7 +599,13 @@
 static PidginPluginUiInfo purplerc_ui_info =
 {
 	purplerc_get_config_frame,
-	0 /* page_num (Reserved) */
+	0, /* page_num (Reserved) */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo purplerc_info =
@@ -625,6 +631,12 @@
 	&purplerc_ui_info,
 	NULL,
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };