summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PropertySetEditor.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-05-10 21:44:15 +0000
committerBernard Normier <bernard@zeroc.com>2006-05-10 21:44:15 +0000
commit7469f4c131c42023f0996b1bc0ba12a16097dfdf (patch)
tree3f4f7002c22d88c374392633a4a35c99b9a9e47e /java/src/IceGridGUI/Application/PropertySetEditor.java
parentFixed bug 965 (diff)
downloadice-7469f4c131c42023f0996b1bc0ba12a16097dfdf.tar.bz2
ice-7469f4c131c42023f0996b1bc0ba12a16097dfdf.tar.xz
ice-7469f4c131c42023f0996b1bc0ba12a16097dfdf.zip
Fixed XML writing
Diffstat (limited to 'java/src/IceGridGUI/Application/PropertySetEditor.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/PropertySetEditor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/PropertySetEditor.java b/java/src/IceGridGUI/Application/PropertySetEditor.java
index c305d1ae734..f3fc0865168 100755
--- a/java/src/IceGridGUI/Application/PropertySetEditor.java
+++ b/java/src/IceGridGUI/Application/PropertySetEditor.java
@@ -215,7 +215,7 @@ class PropertySetEditor extends Editor
setPropertySetsField();
_propertySetsButton.setEnabled(isEditable);
- _properties.setProperties(descriptor.properties,
+ _properties.setProperties(descriptor.properties, null,
getDetailResolver(), isEditable);
_applyButton.setEnabled(nps.isEphemeral());