diff --git a/pym/cl_profile.py b/pym/cl_profile.py index 98d41f9..53f8745 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -6347,7 +6347,7 @@ class xml_gconf(xml_xfce): # Комментарий _comment = ("") # поддерживаемые аттрибуты тега entry. Пример - supportEntryTypes = ("int", "bool", "float", "string", "list") + supportEntryTypes = ("int", "bool", "float", "string", "list", "pair") def __init__(self, text): self.text = text @@ -6464,7 +6464,7 @@ Valid values attribute 'action': \ oldNodes = xpath.Evaluate(findPath, workNode) # Новая нода список flagArray = False - if nType == "list": + if nType == "list" or nType == "pair": flagArray = True flagDrop = False flagJoin = True