Ignore:
Timestamp:
Aug 27, 2024, 10:50:23 AM (3 weeks ago)
Author:
chronos
Message:
  • Added: Windows installer for version 1.5.0.
  • Modified: Version 1.5.0 related updates.
  • Modified: Trunk pushed to 1.6.0 alfa version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCompare.pas

    r177 r181  
    8585    RemoveExactDuplicates := CheckBoxRemoveExactDuplicates.Checked;
    8686    Order := CheckBoxSortContacts.Checked;
     87    Process(LeftVCard.VCard);
     88    Process(RightVCard.VCard);
    8789  finally
    8890    Free;
    8991  end;
    90 
    91   LeftVCard.VCard.Contacts.Sort;
    92   RightVCard.VCard.Contacts.Sort;
    9392
    9493  CompareExternal;
Note: See TracChangeset for help on using the changeset viewer.