diff src/protocols/msn/msn.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 e74eb0d11f86
children 42cdec4f639b
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Fri Sep 03 03:05:56 2004 +0000
+++ b/src/protocols/msn/msn.c	Fri Sep 03 21:21:25 2004 +0000
@@ -36,6 +36,7 @@
 #include "utils.h"
 #include "prpl.h"
 #include "util.h"
+#include "version.h"
 
 #include "switchboard.h"
 #include "notification.h"
@@ -1639,7 +1640,6 @@
 
 static GaimPluginProtocolInfo prpl_info =
 {
-	GAIM_PRPL_API_VERSION,
 	OPT_PROTO_MAIL_CHECK,
 	NULL,					/* user_splits */
 	NULL,					/* protocol_options */
@@ -1702,7 +1702,9 @@
 
 static GaimPluginInfo info =
 {
-	GAIM_PLUGIN_API_VERSION,                          /**< api_version    */
+	GAIM_PLUGIN_MAGIC,
+	GAIM_MAJOR_VERSION,
+	GAIM_MINOR_VERSION,
 	GAIM_PLUGIN_PROTOCOL,                             /**< type           */
 	NULL,                                             /**< ui_requirement */
 	0,                                                /**< flags          */