Ignore:
Timestamp:
08/14/19 14:22:44 (5 years ago)
Author:
bln4
Message:

Fixed bug for when there are no surrogates left for a primary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/AttributeUtils.java

    r1415 r1430  
    308308                        _Attrib.put("EncryptionLabel",          Item.class.getMethod("getEncryptionLabel"),
    309309                                                                                                Item.class.getMethod("setEncryptionLabel", pString));
     310                        _Attrib.put("ID",                                       Item.class.getMethod("getID"),
     311                                                                                                Item.class.getMethod("setIDFail", pInt));
    310312                       
    311313                        // Text Items
Note: See TracChangeset for help on using the changeset viewer.