comparison plugins/gaiminc.c @ 9753:60705fd4f411

[gaim-migrate @ 10620] Move show_about to gtkdialogs.c and namespace it Remove about.c A few other minor touchups in gtkdialogs.c Make serv_warn pass a gboolean instead of an int committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 15 Aug 2004 17:05:51 +0000
parents 4d05b6e9e9cd
children a9fb4493ae22
comparison
equal deleted inserted replaced
9752:8793c7127c80 9753:60705fd4f411
3 3
4 #include "account.h" 4 #include "account.h"
5 #include "connection.h" 5 #include "connection.h"
6 #include "conversation.h" 6 #include "conversation.h"
7 7
8 /* include UI for show_about() */ 8 /* include UI for gaim_gtkdialogs_about() */
9 #include "gtkplugin.h" 9 #include "gtkplugin.h"
10 #include "gtkdialogs.h" 10 #include "gtkdialogs.h"
11 11
12 #define GAIMINC_PLUGIN_ID "core-gaiminc" 12 #define GAIMINC_PLUGIN_ID "core-gaiminc"
13 13
14 static void 14 static void
15 echo_hi(GaimConnection *gc) 15 echo_hi(GaimConnection *gc)
16 { 16 {
17 /* this doesn't do much, just lets you know who we are :) */ 17 /* this doesn't do much, just lets you know who we are :) */
18 show_about(NULL, NULL); 18 gaim_gtkdialogs_about(NULL, NULL);
19 } 19 }
20 20
21 static gboolean 21 static gboolean
22 reverse(GaimAccount *account, char **who, char **message, int *flags) 22 reverse(GaimAccount *account, char **who, char **message, int *flags)
23 { 23 {