From 39d030df1cf7c56c923813c0f0cdaaaf394206cb Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 30 Jan 2008 19:56:53 +0000
Subject: [PATCH] Update the code to avoid and aleatory bug on the web start installer, where the value for the checkbox 'Start Server' is not taken into account.  The fix consists basically on using different FieldNames for this checkbox in the upgrade and in the installer.

---
 opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
index 252af42..f9fb6c3 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+ *      Portions Copyright 2006-2008 Sun Microsystems, Inc.
  */
 
 package org.opends.quicksetup.ui;
@@ -163,7 +163,11 @@
   /**
    * The value associated with this is a Boolean.
    */
-  SERVER_START,
+  SERVER_START_INSTALLER,
+  /**
+   * The value associated with this is a Boolean.
+   */
+  SERVER_START_UPGRADER,
   /**
    * The value associated with this is a Boolean.
    */

--
Gitblit v1.10.0