summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/Common.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-09-28 18:19:47 +0000
committersr55 <[email protected]>2008-09-28 18:19:47 +0000
commit1296a228affb02f0b0fa2bc7f962e5a993332082 (patch)
treeea4d2e8bce3446d47ee34776ec4c4de244e6ba93 /win/C#/Functions/Common.cs
parent37897e9ed4608d8f3e400d4090220f3a92a55fc3 (diff)
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
Diffstat (limited to 'win/C#/Functions/Common.cs')
-rw-r--r--win/C#/Functions/Common.cs1
1 files changed, 1 insertions, 0 deletions
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);