diff plugins/idle.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 67421e0dc497
children 50224ac8184d
line wrap: on
line diff
--- a/plugins/idle.c	Fri Sep 03 03:05:56 2004 +0000
+++ b/plugins/idle.c	Fri Sep 03 21:21:25 2004 +0000
@@ -10,6 +10,7 @@
 #include "plugin.h"
 #include "request.h"
 #include "server.h"
+#include "version.h"
 
 #define IDLE_PLUGIN_ID "gtk-idle"
 
@@ -85,7 +86,9 @@
 
 static GaimPluginInfo info =
 {
-	GAIM_PLUGIN_API_VERSION,
+	GAIM_PLUGIN_MAGIC,
+	GAIM_MAJOR_VERSION,
+	GAIM_MINOR_VERSION,
 	GAIM_PLUGIN_STANDARD,
 	NULL,
 	0,