diff -r e7e0ae78773e -r 0951727b8815 configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/confflattener.py --- a/configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/confflattener.py Tue Aug 10 14:29:28 2010 +0300 +++ b/configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/confflattener.py Wed Sep 08 12:20:56 2010 +0300 @@ -85,8 +85,9 @@ # If the value is an empty list, don't add it. # This is because an empty list means that we have # a sequence setting or sequence sub-setting that doesn't have - # any contents, and calling set_value() would create a data - # element for it with the attribute empty="true". + # any contents, and calling set_value() would create an empty + # data element to mark the sequence as empty, as the + # ConfML specification says val = fromfea.get_value() if val not in (None, []): fea.set_value(val)