X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-Home.cpp;h=a0c9703970ccde62a3069b08054a0571078856a2;hb=b7da64cd1d2133700e97d3542ff364ebe1de3a89;hp=82add88d36189b31756658ef4d2853fae03d1da1;hpb=804f162ac221af8c1dc9fbdf5ff623d8c2880c9e;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor-Home.cpp b/source/contacteditor/frmContactEditor-Home.cpp index 82add88..a0c9703 100644 --- a/source/contacteditor/frmContactEditor-Home.cpp +++ b/source/contacteditor/frmContactEditor-Home.cpp @@ -547,6 +547,7 @@ void frmContactEditor::AddHomeGeoposition( wxCommandEvent& event ) &ContactEditorData.HomeGeographyListAltID, &ContactEditorData.HomeGeographyListPID, &ContactEditorData.HomeGeographyListType, + &ContactEditorData.HomeGeographyListDataType, &ContactEditorData.HomeGeographyListTokens, &ContactEditorData.HomeGeographyListMediatype, &ContactEditorData.HomeGeographyListPref, @@ -573,6 +574,7 @@ void frmContactEditor::ModifyHomeGeoposition( wxCommandEvent& event ) &ContactEditorData.HomeGeographyListAltID, &ContactEditorData.HomeGeographyListPID, &ContactEditorData.HomeGeographyListType, + &ContactEditorData.HomeGeographyListDataType, &ContactEditorData.HomeGeographyListTokens, &ContactEditorData.HomeGeographyListMediatype, &ContactEditorData.HomeGeographyListPref, @@ -600,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); }