Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
Notifications count update.
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Mar 26, 2015
1 parent 5e0b69e commit 1cdee75
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public void GetReleaseInfo(string url)
if (releaseInfo == null || !releaseInfo.Any())
return;

_context.NotifyPluginsHost(NotificationType.ResetAll, 0);
_mainGuiModel.ReleaseInfo = releaseInfo;
_context.NotifyPluginsHost(NotificationType.Reset, releaseInfo.Count);
}, taskScheduler);
Expand Down

0 comments on commit 1cdee75

Please sign in to comment.