diff pidgin/plugins/timestamp_format.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 422bcef3154c
line wrap: on
line diff
--- a/pidgin/plugins/timestamp_format.c	Mon Apr 30 00:17:43 2007 +0000
+++ b/pidgin/plugins/timestamp_format.c	Mon Apr 30 00:34:04 2007 +0000
@@ -126,7 +126,13 @@
 static PurplePluginUiInfo prefs_info = {
         get_plugin_pref_frame,
 	0,   /* page num (Reserved) */
-	NULL /* frame (Reserved) */
+	NULL,/* frame (Reserved) */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static PurplePluginInfo info =
@@ -159,7 +165,13 @@
 	NULL,                                             /**< ui_info        */
 	NULL,                                             /**< extra_info     */
 	&prefs_info,                                      /**< prefs_info     */
-	NULL                                              /**< actions        */
+	NULL,                                             /**< actions        */
+
+	/* padding */
+	NULL,
+	NULL,
+	NULL,
+	NULL
 };
 
 static void