Changeset 4417


Ignore:
Timestamp:
2003-05-30T12:11:46+12:00 (21 years ago)
Author:
jmt12
Message:

2030092: The ordering of values in the GTableModel and the GValueTree should now be the same.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/msm/MSMUtils.java

    r4365 r4417  
    860860        if(result == 0) {
    861861            // Finally we compare the values alphabetically.
    862             result = m1.getValue().compareTo(m2.getValue());
     862            result = m1.getValue().toLowerCase().compareTo(m2.getValue().toLowerCase());
    863863        }
    864864        }
Note: See TracChangeset for help on using the changeset viewer.