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/PlainServerEditor.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/PlainServerEditor.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/PlainServerEditor.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/PlainServerEditor.java b/java/src/IceGridGUI/Application/PlainServerEditor.java index d2859d1339a..12d365fd01d 100755 --- a/java/src/IceGridGUI/Application/PlainServerEditor.java +++ b/java/src/IceGridGUI/Application/PlainServerEditor.java @@ -70,6 +70,10 @@ class PlainServerEditor extends AbstractServerEditor _applyButton.setEnabled(server.isEphemeral()); _discardButton.setEnabled(server.isEphemeral()); detectUpdates(true); + if(server.isEphemeral()) + { + updated(); + } } private ServerSubEditor _subEditor; |