diff plugins/extplacement.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 9b3833da6840
line wrap: on
line diff
--- a/plugins/extplacement.c	Fri Sep 03 03:05:56 2004 +0000
+++ b/plugins/extplacement.c	Fri Sep 03 21:21:25 2004 +0000
@@ -23,6 +23,7 @@
 #include "internal.h"
 #include "gtkgaim.h"
 #include "conversation.h"
+#include "version.h"
 #include "gtkplugin.h"
 
 static void
@@ -117,7 +118,9 @@
 
 static GaimPluginInfo info =
 {
-	GAIM_PLUGIN_API_VERSION,						/**< api_version	*/
+	GAIM_PLUGIN_MAGIC,
+	GAIM_MAJOR_VERSION,
+	GAIM_MINOR_VERSION,
 	GAIM_PLUGIN_STANDARD,							/**< type			*/
 	GAIM_GTK_PLUGIN_TYPE,							/**< ui_requirement	*/
 	0,												/**< flags			*/