Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Patch for Managed Build system

This patch fixes Bugs # 70577 & #71254.  Note that it fixes #70577 in a different manner that the fix offered in bug #70444.

 

The  #70444 fix:
3) It now property saves its state in terms of Enum ID's instead of 

      Enum names. Thus, the "isDefault" attribute now works.

 

The patch’s fix converts the Enum ID into the Enum Name before passing the value into the property page combo box field editor.  With this fix, the combo box editor need not know about enumeration ids (as it currently does not).

 

The patch should be applied to the 2_0 branch as well as HEAD.  The .zip contains two sets of patches although they are the same since the patched files do not have any HEAD specific changes.

 

Leo

Attachment: patches.zip
Description: patches.zip


Back to the top