diff plugins/spellchk.c @ 9943:f8e395a054e2

[gaim-migrate @ 10835] this all seemed to work last night...hopefully no stray cosmic rays did anything to break it since then committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 03 Sep 2004 21:21:25 +0000
parents 4a15962c344a
children d672afd04dcd
line wrap: on
line diff
--- a/plugins/spellchk.c	Fri Sep 03 03:05:56 2004 +0000
+++ b/plugins/spellchk.c	Fri Sep 03 21:21:25 2004 +0000
@@ -8,6 +8,7 @@
 #include "debug.h"
 #include "signals.h"
 #include "util.h"
+#include "version.h"
 
 #include "gtkplugin.h"
 #include "gtkutils.h"
@@ -526,7 +527,9 @@
 
 static GaimPluginInfo info =
 {
-	GAIM_PLUGIN_API_VERSION,
+	GAIM_PLUGIN_MAGIC,
+	GAIM_MAJOR_VERSION,
+	GAIM_MINOR_VERSION,
 	GAIM_PLUGIN_STANDARD,
 	GAIM_GTK_PLUGIN_TYPE,
 	0,