summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PropertySet.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-12-20 01:10:31 +0000
committerBernard Normier <bernard@zeroc.com>2006-12-20 01:10:31 +0000
commit38139fe225f3ba2b5df6ff2fddadf20271302692 (patch)
tree46cd245b73604fbd664f0c8b07580216dce2feb1 /java/src/IceGridGUI/Application/PropertySet.java
parentproperties corresponding to property settings in objects/allocatables are (diff)
downloadice-38139fe225f3ba2b5df6ff2fddadf20271302692.tar.bz2
ice-38139fe225f3ba2b5df6ff2fddadf20271302692.tar.xz
ice-38139fe225f3ba2b5df6ff2fddadf20271302692.zip
Fixed XML writing to produce new property attributes
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 ad7206ec5c5..08f97c662ed 100755
--- a/java/src/IceGridGUI/Application/PropertySet.java
+++ b/java/src/IceGridGUI/Application/PropertySet.java
@@ -219,7 +219,7 @@ class PropertySet extends TreeNode
{
writePropertySet(writer, _unsubstitutedId,
_inServerInstance ? "service" : "id",
- _descriptor, null);
+ _descriptor, null, null);
}
}