diff plugins/gaiminc.c @ 13470:f5bc36ecf8d0

[gaim-migrate @ 15846] Make this plugin compile. Do we still want this plugin around? committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 09 Mar 2006 00:09:26 +0000
parents 17142948653e
children
line wrap: on
line diff
--- a/plugins/gaiminc.c	Wed Mar 08 22:03:22 2006 +0000
+++ b/plugins/gaiminc.c	Thu Mar 09 00:09:26 2006 +0000
@@ -16,7 +16,7 @@
 echo_hi(GaimConnection *gc)
 {
 	/* this doesn't do much, just lets you know who we are :) */
-	gaim_gtkdialogs_about(NULL, NULL);
+	gaim_gtkdialogs_about();
 }
 
 static gboolean
@@ -106,7 +106,9 @@
 	NULL,                                             /**< destroy        */
 
 	NULL,                                             /**< ui_info        */
-	NULL                                              /**< extra_info     */
+	NULL,                                             /**< extra_info     */
+	NULL,                                             /**< prefs_info     */
+	NULL                                              /**< actions        */
 };
 
 static void