diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-05-31 22:52:08 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-05-31 22:52:08 +0000 |
commit | 4df583f8e4785296e4c4b592d24bba5f1fd02136 (patch) | |
tree | 55e97a21b1397e2bf30c297bf8119e8e13216566 /java/src/IceGridGUI/Application/Root.java | |
parent | minor change. (diff) | |
download | ice-4df583f8e4785296e4c4b592d24bba5f1fd02136.tar.bz2 ice-4df583f8e4785296e4c4b592d24bba5f1fd02136.tar.xz ice-4df583f8e4785296e4c4b592d24bba5f1fd02136.zip |
Fixed various bugs
Diffstat (limited to 'java/src/IceGridGUI/Application/Root.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/Root.java | 1 |
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);
}
}
|