summary refs log tree commit diff stats
path: root/plugins/upd/upd.c
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-13 03:09:00 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-13 03:09:00 +0100
commit0c87e4b9147abaf095b8b84e1e154ecf8da4829e (patch)
tree96024050ed23481baa278a188fa75e9c418b14be /plugins/upd/upd.c
parent5128900666094c818dff9f1292a302c78b27b63f (diff)
previous commit broke update checker, fix it
Diffstat (limited to 'plugins/upd/upd.c')
-rw-r--r--plugins/upd/upd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c
index 89bdcf38..001cd9d2 100644
--- a/plugins/upd/upd.c
+++ b/plugins/upd/upd.c
@@ -70,7 +70,7 @@ print_version ()
 {
 	char *version = check_version ();
 
-	if (strcmp (version, xchat_get_info (ph, "version")) == 0)
+	if (strcmp (version, xchat_get_info (ph, "wdk_version")) == 0)
 	{
 		xchat_printf (ph, "You have the latest version of XChat-WDK installed!\n");
 	}