diff plugins/statenotify.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 2316cb7a115f
children cf45c2a6a7cf
line wrap: on
line diff
--- a/plugins/statenotify.c	Fri Sep 03 03:05:56 2004 +0000
+++ b/plugins/statenotify.c	Fri Sep 03 21:21:25 2004 +0000
@@ -4,6 +4,7 @@
 #include "conversation.h"
 #include "debug.h"
 #include "signals.h"
+#include "version.h"
 
 #include "plugin.h"
 #include "pluginpref.h"
@@ -102,7 +103,9 @@
 
 static GaimPluginInfo info =
 {
-	GAIM_PLUGIN_API_VERSION,                          /**< api_version    */
+	GAIM_PLUGIN_MAGIC,
+	GAIM_MAJOR_VERSION,
+	GAIM_MINOR_VERSION,
 	GAIM_PLUGIN_STANDARD,                             /**< type           */
 	NULL,                                             /**< ui_requirement */
 	0,                                                /**< flags          */