Changeset 19 for trunk/UCore.pas
- Timestamp:
- Mar 30, 2018, 12:13:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r18 r19 383 383 UpdateInterface; 384 384 FormMain.UpdateInterface; 385 if Assigned(DataFile) then 386 FormContacts.Contacts := TContactsFile(DataFile).Contacts 387 else FormContacts.Contacts := nil; 388 FormContacts.ReloadList; 385 if Assigned(FormContacts) then begin 386 if Assigned(DataFile) then 387 FormContacts.Contacts := TContactsFile(DataFile).Contacts 388 else FormContacts.Contacts := nil; 389 FormContacts.ReloadList; 390 end; 389 391 end; 390 392
Note:
See TracChangeset
for help on using the changeset viewer.