diff plugins/history.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 ec8b632c0e2a
line wrap: on
line diff
--- a/plugins/history.c	Fri Sep 03 03:05:56 2004 +0000
+++ b/plugins/history.c	Fri Sep 03 21:21:25 2004 +0000
@@ -10,6 +10,7 @@
 #include "prefs.h"
 #include "signals.h"
 #include "util.h"
+#include "version.h"
 
 #include "gtkconv.h"
 #include "gtkimhtml.h"
@@ -79,7 +80,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,