update checker: correct trigger initialization

This commit is contained in:
anna
2013-02-14 13:56:03 +01:00
parent ffeaa8c21f
commit 080db0445d
@@ -501,8 +501,8 @@ public final class UpdateChecker {
}
};
dialog.setShowConfirmation(showConfirmation);
dialog.show();
ourUpdateInfoDialogShown = true;
dialog.show();
} else if (alwaysShowResults) {
final String title = IdeBundle.message("updates.info.dialog.title");
final String message = "You already have the latest version of " + ApplicationInfo.getInstance().getVersionName() + " installed.<br> " +