summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PropertySet.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/PropertySet.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/PropertySet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/PropertySet.java b/java/src/IceGridGUI/Application/PropertySet.java
index 6b7fa6b62b5..2243fd3594f 100755
--- a/java/src/IceGridGUI/Application/PropertySet.java
+++ b/java/src/IceGridGUI/Application/PropertySet.java
@@ -161,7 +161,7 @@ class PropertySet extends TreeNode
{
if(!_ephemeral)
{
- writePropertySet(writer, _id, _descriptor);
+ writePropertySet(writer, _id, _descriptor, null);
}
}