show update dialog when no plugins were updated

This commit is contained in:
anna
2012-07-19 11:57:33 +02:00
parent b5d705ba74
commit 6b99ef5e9e
@@ -53,7 +53,6 @@ public class CheckForUpdateAction extends AnAction implements DumbAware {
final CheckForUpdateResult result = UpdateChecker.checkForUpdates(instance, true);
final List<PluginDownloader> updatedPlugins = UpdateChecker.updatePlugins(true, hostsConfigurable, indicator);
if (updatedPlugins == null) return;
ApplicationManager.getApplication().invokeLater(new Runnable() {
@Override
public void run() {