This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 61a5166  add check-for-updates chkbox in install wizard
     new 18564ad  Merge pull request #1348 from 
rtaneja1/installer-show-checkforupdates
61a5166 is described below

commit 61a5166c2ce5abd77e5c618372c01c68b865b3db
Author: Reema Taneja <reema.tan...@oracle.com>
AuthorDate: Tue Jul 2 16:17:03 2019 +0530

    add check-for-updates chkbox in install wizard
---
 .../wizard/components/panels/netbeans/NbPreInstallSummaryPanel.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nbbuild/installer/engine/src/org/netbeans/installer/wizard/components/panels/netbeans/NbPreInstallSummaryPanel.java
 
b/nbbuild/installer/engine/src/org/netbeans/installer/wizard/components/panels/netbeans/NbPreInstallSummaryPanel.java
index 2725fe2..6d74453 100644
--- 
a/nbbuild/installer/engine/src/org/netbeans/installer/wizard/components/panels/netbeans/NbPreInstallSummaryPanel.java
+++ 
b/nbbuild/installer/engine/src/org/netbeans/installer/wizard/components/panels/netbeans/NbPreInstallSummaryPanel.java
@@ -318,7 +318,7 @@ public class NbPreInstallSummaryPanel extends 
ErrorMessagePanel {
                 try {
                     if (product.getLogic().registerInSystem() || 
product.getUid().equals("jdk")
                            || product.getUid().equals("mysql") || 
product.getUid().equals("javafxsdk")) {
-                        nbBasePresent = product.getUid().equals(NB_BASE_UID) ? 
true : nbBasePresent;
+                        nbBasePresent = product.getUid().equals(NB_ALL_UID) ? 
true : nbBasePresent;
                     } else {
                         if (product.getUid().startsWith("nb-")) {
                             dependentOnNb.add(product);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to