comparison plugins/raw.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 5cda52915a1f
comparison
equal deleted inserted replaced
9953:d908907d9441 9954:a9fb4493ae22
1 #include "conversation.h" 1 #include "conversation.h"
2 #include "debug.h" 2 #include "debug.h"
3 #include "prpl.h" 3 #include "prpl.h"
4 #include "version.h"
4 5
5 #include "gtkgaim.h" 6 #include "gtkgaim.h"
6 #include "gtkplugin.h" 7 #include "gtkplugin.h"
7 #include "gtkutils.h" 8 #include "gtkutils.h"
8 9
134 return TRUE; 135 return TRUE;
135 } 136 }
136 137
137 static GaimPluginInfo info = 138 static GaimPluginInfo info =
138 { 139 {
139 GAIM_PLUGIN_API_VERSION, 140 GAIM_PLUGIN_MAGIC,
141 GAIM_MAJOR_VERSION,
142 GAIM_MINOR_VERSION,
140 GAIM_PLUGIN_STANDARD, 143 GAIM_PLUGIN_STANDARD,
141 GAIM_GTK_PLUGIN_TYPE, 144 GAIM_GTK_PLUGIN_TYPE,
142 0, 145 0,
143 NULL, 146 NULL,
144 GAIM_PRIORITY_DEFAULT, 147 GAIM_PRIORITY_DEFAULT,