diff plugins/contact_priority.c @ 12727:ae51c59bf819

[gaim-migrate @ 15071] Warning fixes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 05 Jan 2006 03:14:51 +0000
parents 3169cd6727ad
children 8bda65b88e49
line wrap: on
line diff
--- a/plugins/contact_priority.c	Thu Jan 05 00:39:52 2006 +0000
+++ b/plugins/contact_priority.c	Thu Jan 05 03:14:51 2006 +0000
@@ -163,7 +163,8 @@
 
 static GaimGtkPluginUiInfo ui_info =
 {
-	get_config_frame
+	get_config_frame,
+	0 /* page_num (Reserved) */
 };
 
 static GaimPluginInfo info =
@@ -191,7 +192,9 @@
 	NULL,                                             /**< unload         */
 	NULL,                                             /**< destroy        */
 	&ui_info,                                         /**< ui_info        */
-	NULL                                              /**< extra_info     */
+	NULL,                                             /**< extra_info     */
+	NULL,                                             /**< prefs_info     */
+	NULL                                              /**< actions        */
 };
 
 static void