From 1296a228affb02f0b0fa2bc7f962e5a993332082 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 28 Sep 2008 18:19:47 +0000 Subject: WinGui: - AppcastReader.cs re-factored. Reduces number of connections to the server. - Few UI tweaks to the updater / downloader git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1781 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/Common.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'win/C#/Functions/Common.cs') diff --git a/win/C#/Functions/Common.cs b/win/C#/Functions/Common.cs index 708a7167e..48c131ed8 100644 --- a/win/C#/Functions/Common.cs +++ b/win/C#/Functions/Common.cs @@ -1172,6 +1172,7 @@ namespace Handbrake.Functions try { Functions.AppcastReader rssRead = new Functions.AppcastReader(); + rssRead.getInfo(); // Initializes the class. string build = rssRead.build(); int latest = int.Parse(build); -- cgit v1.2.3