diff options
author | Bernard Normier <bernard@zeroc.com> | 2008-01-11 18:30:15 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2008-01-11 18:30:15 -0500 |
commit | c28be2f7514a4c312b3b8a2724793e9d54d2b8ad (patch) | |
tree | 1ca1613b65ff526faa74678374f0de08691ee013 /java/src/IceGridGUI/LiveDeployment/ServerEditor.java | |
parent | Fixed bugs 2625 and 2627 (diff) | |
download | ice-c28be2f7514a4c312b3b8a2724793e9d54d2b8ad.tar.bz2 ice-c28be2f7514a4c312b3b8a2724793e9d54d2b8ad.tar.xz ice-c28be2f7514a4c312b3b8a2724793e9d54d2b8ad.zip |
IceGridGUI enhancements
Diffstat (limited to 'java/src/IceGridGUI/LiveDeployment/ServerEditor.java')
-rwxr-xr-x | java/src/IceGridGUI/LiveDeployment/ServerEditor.java | 7 |
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, |