diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-06-13 11:45:12 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-06-13 11:45:12 -0400 |
commit | 361e4d909cef554b410cf201def0bc6e75ed3c5e (patch) | |
tree | 13392ee240fb6fc4f6b42218b8ff32170f321f2b /java/src/IceGridGUI/Application/ServiceInstanceEditor.java | |
parent | Fixed bug 2220 (diff) | |
download | ice-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-x | java/src/IceGridGUI/Application/ServiceInstanceEditor.java | 4 |
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(); |