diff options
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();
}
}
|