From 0c87e4b9147abaf095b8b84e1e154ecf8da4829e Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Thu, 13 Jan 2011 03:09:00 +0100 Subject: previous commit broke update checker, fix it --- plugins/upd/upd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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"); } -- cgit 1.4.1