summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/Root.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-05-31 22:52:08 +0000
committerBernard Normier <bernard@zeroc.com>2006-05-31 22:52:08 +0000
commit4df583f8e4785296e4c4b592d24bba5f1fd02136 (patch)
tree55e97a21b1397e2bf30c297bf8119e8e13216566 /java/src/IceGridGUI/Application/Root.java
parentminor change. (diff)
downloadice-4df583f8e4785296e4c4b592d24bba5f1fd02136.tar.bz2
ice-4df583f8e4785296e4c4b592d24bba5f1fd02136.tar.xz
ice-4df583f8e4785296e4c4b592d24bba5f1fd02136.zip
Fixed various bugs
Diffstat (limited to 'java/src/IceGridGUI/Application/Root.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/Root.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/Application/Root.java b/java/src/IceGridGUI/Application/Root.java
index 2273a1ae4e7..191118c1662 100755
--- a/java/src/IceGridGUI/Application/Root.java
+++ b/java/src/IceGridGUI/Application/Root.java
@@ -442,6 +442,7 @@ public class Root extends ListTreeNode
if(isSelected())
{
_coordinator.getSaveAction().setEnabled(false);
+ _coordinator.getSaveToRegistryAction().setEnabled(false);
_coordinator.getDiscardUpdatesAction().setEnabled(false);
}
}