summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-10-05 13:34:10 -0400
committerBernard Normier <bernard@zeroc.com>2007-10-05 13:34:10 -0400
commita899de6d93ec327d694c8e82db52ef57ff34909e (patch)
treef65e8a9bd789335cbc4050269dda24867283bd6c /java/src
parentFixed bug #2499 (diff)
downloadice-a899de6d93ec327d694c8e82db52ef57ff34909e.tar.bz2
ice-a899de6d93ec327d694c8e82db52ef57ff34909e.tar.xz
ice-a899de6d93ec327d694c8e82db52ef57ff34909e.zip
Fixed bug #2463
Diffstat (limited to 'java/src')
-rwxr-xr-xjava/src/IceGridGUI/Application/Communicator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/Communicator.java b/java/src/IceGridGUI/Application/Communicator.java
index 91a7a916afb..f845d76c391 100755
--- a/java/src/IceGridGUI/Application/Communicator.java
+++ b/java/src/IceGridGUI/Application/Communicator.java
@@ -753,7 +753,7 @@ abstract class Communicator extends TreeNode implements DescriptorHolder
TreeNode newChild = createChild(descriptor);
_children.set(listIndex, newChild);
- getRoot().getTreeModel().nodeChanged(newChild);
+ getRoot().getTreeModel().nodeStructureChanged(newChild);
getEnclosingEditable().markModified();
}