From: Steve Brokenshire Date: Sun, 10 Jan 2016 21:43:33 +0000 (+0000) Subject: Don't need to get GeneralAddressList size anymore. X-Git-Tag: release-0.09~64 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=03243f3c0c92dd352cf25108017fa66b2ad933ff Don't need to get GeneralAddressList size anymore. --- diff --git a/source/contacteditor/frmContactEditor-Save.cpp b/source/contacteditor/frmContactEditor-Save.cpp index 693c14b..0add4b5 100644 --- a/source/contacteditor/frmContactEditor-Save.cpp +++ b/source/contacteditor/frmContactEditor-Save.cpp @@ -770,14 +770,13 @@ void frmContactEditor::SaveContact( wxCommandEvent& event ) } } - - } + } + // Setup the addresses (General, Home, Business). - //intValue = GeneralAddressList.size(); ResetSaveProcessData(); - + for (std::map::iterator iter = ContactEditorData.GeneralAddressList.begin(); iter != ContactEditorData.GeneralAddressList.end(); ++iter){