diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-12-20 01:10:31 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-12-20 01:10:31 +0000 |
commit | 38139fe225f3ba2b5df6ff2fddadf20271302692 (patch) | |
tree | 46cd245b73604fbd664f0c8b07580216dce2feb1 /java/src/IceGridGUI/Application/PropertySet.java | |
parent | properties corresponding to property settings in objects/allocatables are (diff) | |
download | ice-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-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 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); } } |