From f54aeb79b0f90d550c8cdcac5bfc22d4fc4579ce Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 12 Apr 2007 21:17:33 +0000
Subject: [PATCH] - The upgrader now contains a small companion program BuildExtractor that is run prior to Upgrader that extacts the user specified build file.  This is done to allow upgrader to run from the new builds bits as opposed to the current build's bits.

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

diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java b/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java
index 0f92f18..0d754df 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java
@@ -64,7 +64,7 @@
    * The constructor of this class.
    * @param app Application used to create panels for populating the layout
    */
-  public CurrentStepPanel(Application app)
+  public CurrentStepPanel(GuiApplication app)
   {
     this.application = app;
     createLayout(app);
@@ -119,7 +119,7 @@
    * Create the layout of the panel.
    * @param app Application used to create panels for populating the layout
    */
-  private void createLayout(Application app)
+  private void createLayout(GuiApplication app)
   {
 
     Set<? extends WizardStep> steps = app.getWizardSteps();

--
Gitblit v1.10.0