diff options
Diffstat (limited to 'java/src/IceGridGUI/Application/ServerInstanceEditor.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/ServerInstanceEditor.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/ServerInstanceEditor.java b/java/src/IceGridGUI/Application/ServerInstanceEditor.java index 44affdcbaed..5da277628fc 100755 --- a/java/src/IceGridGUI/Application/ServerInstanceEditor.java +++ b/java/src/IceGridGUI/Application/ServerInstanceEditor.java @@ -217,6 +217,10 @@ class ServerInstanceEditor extends AbstractServerEditor _applyButton.setEnabled(server.isEphemeral()); _discardButton.setEnabled(server.isEphemeral()); detectUpdates(true); + if(server.isEphemeral()) + { + updated(); + } } private JComboBox _template = new JComboBox(); |