X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Home.cpp;h=a0c9703970ccde62a3069b08054a0571078856a2;hb=b7da64cd1d2133700e97d3542ff364ebe1de3a89;hp=0d45448f194d23fb164b62fda090db0e409e675a;hpb=d8e9ba05782ff34b840607e70e2096ca95c45245;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor-Home.cpp b/source/contacteditor/frmContactEditor-Home.cpp index 0d45448..a0c9703 100644 --- a/source/contacteditor/frmContactEditor-Home.cpp +++ b/source/contacteditor/frmContactEditor-Home.cpp @@ -274,6 +274,7 @@ void frmContactEditor::AddHomeIM( wxCommandEvent& event ) &ContactEditorData.HomeIMListAltID, &ContactEditorData.HomeIMListPID, &ContactEditorData.HomeIMListType, + &ContactEditorData.HomeIMListTypeInfo, &ContactEditorData.HomeIMListTokens, &ContactEditorData.HomeIMListMediatype, &ContactEditorData.HomeIMListPref, @@ -300,6 +301,7 @@ void frmContactEditor::ModifyHomeIM( wxCommandEvent& event ) &ContactEditorData.HomeIMListAltID, &ContactEditorData.HomeIMListPID, &ContactEditorData.HomeIMListType, + &ContactEditorData.HomeIMListTypeInfo, &ContactEditorData.HomeIMListTokens, &ContactEditorData.HomeIMListMediatype, &ContactEditorData.HomeIMListPref, @@ -326,8 +328,9 @@ void frmContactEditor::DeleteHomeIM( wxCommandEvent& event ) DeleteMapData(intSelectedData, &ContactEditorData.HomeIMList, &ContactEditorData.HomeIMListAltID, &ContactEditorData.HomeIMListPID, - &ContactEditorData.HomeIMListType, &ContactEditorData.HomeIMListTokens, - &ContactEditorData.HomeIMListMediatype, &ContactEditorData.HomeIMListPref); + &ContactEditorData.HomeIMListType, &ContactEditorData.HomeIMListTypeInfo, + &ContactEditorData.HomeIMListTokens, &ContactEditorData.HomeIMListMediatype, + &ContactEditorData.HomeIMListPref); } @@ -342,6 +345,7 @@ void frmContactEditor::AddHomeTelephone( wxCommandEvent& event ) &ContactEditorData.HomeTelephoneListAltID, &ContactEditorData.HomeTelephoneListPID, &ContactEditorData.HomeTelephoneListType, + &ContactEditorData.HomeTelephoneListTypeInfo, &ContactEditorData.HomeTelephoneListTokens, &ContactEditorData.HomeTelephoneListPref, lboHomeTelephone, @@ -367,6 +371,7 @@ void frmContactEditor::ModifyHomeTelephone( wxCommandEvent& event ) &ContactEditorData.HomeTelephoneListAltID, &ContactEditorData.HomeTelephoneListPID, &ContactEditorData.HomeTelephoneListType, + &ContactEditorData.HomeTelephoneListTypeInfo, &ContactEditorData.HomeTelephoneListTokens, &ContactEditorData.HomeTelephoneListPref, lboHomeTelephone, @@ -392,8 +397,8 @@ void frmContactEditor::DeleteHomeTelephone( wxCommandEvent& event ) DeleteMapData(intSelectedData, &ContactEditorData.HomeTelephoneList, &ContactEditorData.HomeTelephoneListAltID, &ContactEditorData.HomeTelephoneListPID, - &ContactEditorData.HomeTelephoneListType, &ContactEditorData.HomeTelephoneListTokens, - &ContactEditorData.HomeTelephoneListPref); + &ContactEditorData.HomeTelephoneListType, &ContactEditorData.HomeTelephoneListTypeInfo, + &ContactEditorData.HomeTelephoneListTokens, &ContactEditorData.HomeTelephoneListPref); } @@ -542,6 +547,7 @@ void frmContactEditor::AddHomeGeoposition( wxCommandEvent& event ) &ContactEditorData.HomeGeographyListAltID, &ContactEditorData.HomeGeographyListPID, &ContactEditorData.HomeGeographyListType, + &ContactEditorData.HomeGeographyListDataType, &ContactEditorData.HomeGeographyListTokens, &ContactEditorData.HomeGeographyListMediatype, &ContactEditorData.HomeGeographyListPref, @@ -568,6 +574,7 @@ void frmContactEditor::ModifyHomeGeoposition( wxCommandEvent& event ) &ContactEditorData.HomeGeographyListAltID, &ContactEditorData.HomeGeographyListPID, &ContactEditorData.HomeGeographyListType, + &ContactEditorData.HomeGeographyListDataType, &ContactEditorData.HomeGeographyListTokens, &ContactEditorData.HomeGeographyListMediatype, &ContactEditorData.HomeGeographyListPref, @@ -595,7 +602,8 @@ void frmContactEditor::DeleteHomeGeoposition( wxCommandEvent& event ) DeleteMapData(intSelectedData, &ContactEditorData.HomeGeographyList, &ContactEditorData.HomeGeographyListAltID, &ContactEditorData.HomeGeographyListPID, &ContactEditorData.HomeGeographyListType, &ContactEditorData.HomeGeographyListTokens, - &ContactEditorData.HomeGeographyListMediatype, &ContactEditorData.HomeGeographyListPref); + &ContactEditorData.HomeGeographyListDataType, &ContactEditorData.HomeGeographyListMediatype, + &ContactEditorData.HomeGeographyListPref); }