diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-05-08 20:55:38 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-05-08 20:55:38 +0000 |
commit | 8ff9dd62a9241109b599896c1f06516009275fe0 (patch) | |
tree | d397a64aa0bb37b2496d7fa7d0b484da9d7fa73e /java/src/IceGridGUI/Application/PropertySet.java | |
parent | Fix (diff) | |
download | ice-8ff9dd62a9241109b599896c1f06516009275fe0.tar.bz2 ice-8ff9dd62a9241109b599896c1f06516009275fe0.tar.xz ice-8ff9dd62a9241109b599896c1f06516009275fe0.zip |
Simplified Application view; fixed PropertySets issues
Diffstat (limited to 'java/src/IceGridGUI/Application/PropertySet.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/PropertySet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/PropertySet.java b/java/src/IceGridGUI/Application/PropertySet.java index f564a68e699..023dc0d11ee 100755 --- a/java/src/IceGridGUI/Application/PropertySet.java +++ b/java/src/IceGridGUI/Application/PropertySet.java @@ -86,7 +86,7 @@ class PropertySet extends TreeNode if(!_ephemeral)
{
parent.removeDescriptor(_id);
- parent.getEditable().removeElement(_id, PropertySet.class);
+ parent.getEditable().removeElement(_id, _editable, PropertySet.class);
getRoot().updated();
}
}
|