diff pidgin/plugins/spellchk.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 66dff3dfdea6
children 4ca97b26a8fb 16bdcffb1c62
line wrap: on
line diff
--- a/pidgin/plugins/spellchk.c	Mon Apr 30 00:17:43 2007 +0000
+++ b/pidgin/plugins/spellchk.c	Mon Apr 30 00:34:04 2007 +0000
@@ -2350,7 +2350,13 @@
 static PidginPluginUiInfo ui_info =
 {
 	get_config_frame,
-	0 /* page_num (Reserved) */
+	0, /* page_num (Reserved) */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo info =
@@ -2376,6 +2382,12 @@
 	&ui_info,
 	NULL,
 	NULL,
+	NULL,
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
 	NULL
 };