Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
BDAY and ANNIVERSARY didn't use the ContactDataObject properly.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Fri, 1 Jan 2016 14:58:10 +0000 (14:58 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Fri, 1 Jan 2016 14:58:10 +0000 (14:58 +0000)
source/contacteditor/frmContactEditor-Load.cpp

index 995bb15..90fff1c 100644 (file)
@@ -172,8 +172,8 @@ bool frmContactEditor::LoadContact(wxString Filename){
 
        // Process the unique ID (UID)
        
-       UIDToken = ContactEditorData.UIDToken;
-
+       // Do nothing at the moment.
+       
        // Process the contact type (KIND) (frmContactEditor-LoadGroup.cpp)
 
        LoadKind(&ContactEditorData.ContactKind);
@@ -1549,7 +1549,7 @@ void frmContactEditor::LoadBirthday(wxString *BirthdayData, bool *BirthdayText){
                
                wxString wxSData;
                
-               if (Birthday.Mid(0, 2) == wxT("--")){
+               if (BirthdayData->Mid(0, 2) == wxT("--")){
                
                        // Skip year.
                
@@ -1584,7 +1584,7 @@ void frmContactEditor::LoadAnniversary(wxString *AnniversaryData, bool *Annivers
                
                wxString wxSData;
                
-               if (Anniversary.Mid(0, 2) == wxT("--")){
+               if (AnniversaryData->Mid(0, 2) == wxT("--")){
                
                        // Skip year.
                
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy