comparison plugins/mailchk.c @ 9954:a9fb4493ae22

[gaim-migrate @ 10851] a combination of the hacking i've been doing on jabber, and the patch datallah just sent me committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 05 Sep 2004 17:10:39 +0000
parents a09ffb82aef1
children 6071dfe17d14
comparison
equal deleted inserted replaced
9953:d908907d9441 9954:a9fb4493ae22
3 #include "blist.h" 3 #include "blist.h"
4 #include "conversation.h" 4 #include "conversation.h"
5 #include "debug.h" 5 #include "debug.h"
6 #include "signals.h" 6 #include "signals.h"
7 #include "sound.h" 7 #include "sound.h"
8 #include "version.h"
8 9
9 #include "gtkblist.h" 10 #include "gtkblist.h"
10 #include "gtkgaim.h" 11 #include "gtkgaim.h"
11 #include "gtkplugin.h" 12 #include "gtkplugin.h"
12 #include "gtksound.h" 13 #include "gtksound.h"
145 return TRUE; 146 return TRUE;
146 } 147 }
147 148
148 static GaimPluginInfo info = 149 static GaimPluginInfo info =
149 { 150 {
150 GAIM_PLUGIN_API_VERSION, 151 GAIM_PLUGIN_MAGIC,
152 GAIM_MAJOR_VERSION,
153 GAIM_MINOR_VERSION,
151 GAIM_PLUGIN_STANDARD, 154 GAIM_PLUGIN_STANDARD,
152 GAIM_GTK_PLUGIN_TYPE, 155 GAIM_GTK_PLUGIN_TYPE,
153 0, 156 0,
154 NULL, 157 NULL,
155 GAIM_PRIORITY_DEFAULT, 158 GAIM_PRIORITY_DEFAULT,