From 120594250f1a3539c5b277e41e6ee2ed69df7f38 Mon Sep 17 00:00:00 2001 From: niel-archer Date: Sun, 5 Feb 2012 03:51:38 +0000 Subject: [PATCH] Added TODO note. --- trunk/UpdateApplicationForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/UpdateApplicationForm.cs b/trunk/UpdateApplicationForm.cs index 5c82225..71c4d20 100644 --- a/trunk/UpdateApplicationForm.cs +++ b/trunk/UpdateApplicationForm.cs @@ -129,6 +129,7 @@ namespace LSLEditor } } + // TODO This callback needs to determine if this version is not older than current and disable the Update button if so. void manifest_DownloadCompleted(object sender, DownloadStringCompletedEventArgs e) { if (e.Error != null)