diff -r 5550131ec50b -r e01689a020dd plugins/gaiminc.c --- 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