summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/LiveDeployment/ServerEditor.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2008-01-11 18:30:15 -0500
committerBernard Normier <bernard@zeroc.com>2008-01-11 18:30:15 -0500
commitc28be2f7514a4c312b3b8a2724793e9d54d2b8ad (patch)
tree1ca1613b65ff526faa74678374f0de08691ee013 /java/src/IceGridGUI/LiveDeployment/ServerEditor.java
parentFixed bugs 2625 and 2627 (diff)
downloadice-c28be2f7514a4c312b3b8a2724793e9d54d2b8ad.tar.bz2
ice-c28be2f7514a4c312b3b8a2724793e9d54d2b8ad.tar.xz
ice-c28be2f7514a4c312b3b8a2724793e9d54d2b8ad.zip
IceGridGUI enhancements
Diffstat (limited to 'java/src/IceGridGUI/LiveDeployment/ServerEditor.java')
-rwxr-xr-xjava/src/IceGridGUI/LiveDeployment/ServerEditor.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/java/src/IceGridGUI/LiveDeployment/ServerEditor.java b/java/src/IceGridGUI/LiveDeployment/ServerEditor.java
index 4924c1bac4d..6232a9a6b13 100755
--- a/java/src/IceGridGUI/LiveDeployment/ServerEditor.java
+++ b/java/src/IceGridGUI/LiveDeployment/ServerEditor.java
@@ -84,12 +84,7 @@ class ServerEditor extends CommunicatorEditor
{
public void actionPerformed(ActionEvent e)
{
- ApplicationPane app = _coordinator.openLiveApplication(_application.getText());
- if(app != null)
- {
- app.getRoot().
- selectServer(((Node)_target.getParent()).getId(), _target.getId());
- }
+ _target.openDefinition();
}
};
gotoApplication.putValue(Action.SHORT_DESCRIPTION,