summary refs log tree commit diff stats
path: root/plugins/upd
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-08-09 14:42:40 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-09 14:42:40 +0200
commitd00f7dce5a022b17c76479c458461308ccf8ab7e (patch)
treed346d2d13c4729c470630c474c2287eeaaca96a8 /plugins/upd
parent24dc7412cf2b9938c2d20a2796cf1199378047c8 (diff)
do not cache update info
Diffstat (limited to 'plugins/upd')
-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 724b37c1..8c88f0e5 100644
--- a/plugins/upd/upd.c
+++ b/plugins/upd/upd.c
@@ -42,7 +42,7 @@ check_version ()
 		return "Unknown";
 	}
 
-	hFile = InternetOpenUrl (hINet, "http://xchat-wdk.googlecode.com/git/version.txt?r=wdk", NULL, 0, 0, 0);
+	hFile = InternetOpenUrl (hINet, "http://xchat-wdk.googlecode.com/git/version.txt?r=wdk", NULL, 0, INTERNET_FLAG_NO_CACHE_WRITE | INTERNET_FLAG_RELOAD, 0);
 	
 	if (hFile)
 	{