# HG changeset patch # User Richard Laager # Date 1141862966 0 # Node ID f5bc36ecf8d058d5cac562d2fb79abc0dacca55b # Parent 689f652480f73cda4e1ad252dfed48cfa8af4d11 [gaim-migrate @ 15846] Make this plugin compile. Do we still want this plugin around? committer: Tailor Script diff -r 689f652480f7 -r f5bc36ecf8d0 plugins/filectl.c --- a/plugins/filectl.c Wed Mar 08 22:03:22 2006 +0000 +++ b/plugins/filectl.c Thu Mar 09 00:09:26 2006 +0000 @@ -86,6 +86,8 @@ free(arg1); free(arg2); +/* gaim_find_conversation() is gone in 2.0.0. */ +#if 0 } else if (!strncasecmp(command, "send", 4)) { GaimConversation *conv; @@ -103,6 +105,7 @@ free(arg1); free(arg2); +#endif } else if (!strncasecmp(command, "away", 4)) { arg1 = getarg(buffer, 1, 1); diff -r 689f652480f7 -r f5bc36ecf8d0 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