diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-10-14 14:33:56 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-10-14 14:33:56 +0000 |
commit | e2f57a1523a98f2e47f9ef7f95e274e36964f668 (patch) | |
tree | 726379ac7327219d4736fe64afeceda3b064df43 /java/src/IceGrid/TreeNode/Root.java | |
parent | bug 496 (diff) | |
download | ice-e2f57a1523a98f2e47f9ef7f95e274e36964f668.tar.bz2 ice-e2f57a1523a98f2e47f9ef7f95e274e36964f668.tar.xz ice-e2f57a1523a98f2e47f9ef7f95e274e36964f668.zip |
Fixes
Diffstat (limited to 'java/src/IceGrid/TreeNode/Root.java')
-rwxr-xr-x | java/src/IceGrid/TreeNode/Root.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceGrid/TreeNode/Root.java b/java/src/IceGrid/TreeNode/Root.java index bffaeb7f413..f342f67f31e 100755 --- a/java/src/IceGrid/TreeNode/Root.java +++ b/java/src/IceGrid/TreeNode/Root.java @@ -412,6 +412,7 @@ public class Root extends Parent {
Application app = new Application(true, ad, _model);
addChild(app, true);
+ expandChildren();
}
catch(UpdateFailedException e)
{
|