summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/ServiceInstanceEditor.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-06-13 11:45:12 -0400
committerBernard Normier <bernard@zeroc.com>2007-06-13 11:45:12 -0400
commit361e4d909cef554b410cf201def0bc6e75ed3c5e (patch)
tree13392ee240fb6fc4f6b42218b8ff32170f321f2b /java/src/IceGridGUI/Application/ServiceInstanceEditor.java
parentFixed bug 2220 (diff)
downloadice-361e4d909cef554b410cf201def0bc6e75ed3c5e.tar.bz2
ice-361e4d909cef554b410cf201def0bc6e75ed3c5e.tar.xz
ice-361e4d909cef554b410cf201def0bc6e75ed3c5e.zip
fixed various IceGridGUI bugs
Conflicts:
Diffstat (limited to 'java/src/IceGridGUI/Application/ServiceInstanceEditor.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/ServiceInstanceEditor.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/ServiceInstanceEditor.java b/java/src/IceGridGUI/Application/ServiceInstanceEditor.java
index bf55a13611a..34a431d13d8 100755
--- a/java/src/IceGridGUI/Application/ServiceInstanceEditor.java
+++ b/java/src/IceGridGUI/Application/ServiceInstanceEditor.java
@@ -228,6 +228,10 @@ class ServiceInstanceEditor extends CommunicatorChildEditor
_applyButton.setEnabled(service.isEphemeral());
_discardButton.setEnabled(service.isEphemeral());
detectUpdates(true);
+ if(service.isEphemeral())
+ {
+ updated();
+ }
}
private JComboBox _template = new JComboBox();