Skip to content

Commit

Permalink
Fixed checking against the oldest appcast item
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhw committed May 25, 2011
1 parent e3413a0 commit f6ffde7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SparkleDotNET/SUAppcast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ private void AppcastWasDownloaded(Object sender, DownloadStringCompletedEventArg
}

appcastItems.Sort();
appcastItems.Reverse(); // new to old

Items = appcastItems;

if (Delegate != null) {
Expand Down

0 comments on commit f6ffde7

Please sign in to comment.