X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor-General.cpp;h=9f892eb24549b85e30526dde364c973666cc7bf8;hp=96249b31ff300cc2f2f76521517c6ddd5b6e138f;hb=bac054ea5eda94fe663d8b1a7c680ae80de8075c;hpb=566326947293846cfccd3521dd09e3b3620a1109 diff --git a/source/contacteditor/frmContactEditor-General.cpp b/source/contacteditor/frmContactEditor-General.cpp index 96249b3..9f892eb 100644 --- a/source/contacteditor/frmContactEditor-General.cpp +++ b/source/contacteditor/frmContactEditor-General.cpp @@ -52,6 +52,7 @@ void frmContactEditor::AddGeneralNickname( wxCommandEvent& event ) frameCENickname->ShowModal(); delete frameCENickname; frameCENickname = NULL; + intValueSeek++; } @@ -140,7 +141,8 @@ void frmContactEditor::AddGeneralAddress( wxCommandEvent& event ) frameCEAddress->ShowModal(); delete frameCEAddress; frameCEAddress = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralAddress( wxCommandEvent& event ) @@ -238,7 +240,8 @@ void frmContactEditor::AddGeneralEmail( wxCommandEvent& event ) frameCEEmail->ShowModal(); delete frameCEEmail; frameCEEmail = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralEmail( wxCommandEvent& event ) @@ -318,7 +321,8 @@ void frmContactEditor::AddGeneralIM( wxCommandEvent& event ) frameCEIM->ShowModal(); delete frameCEIM; frameCEIM = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralIM( wxCommandEvent& event ) @@ -399,7 +403,8 @@ void frmContactEditor::AddGeneralTelephone( wxCommandEvent& event ) frameCETel->ShowModal(); delete frameCETel; frameCETel = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralTelephone( wxCommandEvent& event ) @@ -478,7 +483,8 @@ void frmContactEditor::AddGeneralLanguages( wxCommandEvent& event ) frameCELang->ShowModal(); delete frameCELang; frameCELang = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralLanguages( wxCommandEvent& event ) @@ -556,7 +562,8 @@ void frmContactEditor::AddGeneralTimezone( wxCommandEvent& event ) frameCETZ->ShowModal(); delete frameCETZ; frameCETZ = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralTimezone( wxCommandEvent& event ) @@ -636,7 +643,8 @@ void frmContactEditor::AddGeneralGeoposition( wxCommandEvent& event ) frameCEGeo->ShowModal(); delete frameCEGeo; frameCEGeo = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralGeoposition( wxCommandEvent& event ) @@ -719,7 +727,8 @@ void frmContactEditor::AddGeneralRelated( wxCommandEvent& event ) frameCERel->ShowModal(); delete frameCERel; frameCERel = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralRelated( wxCommandEvent& event ) @@ -799,7 +808,8 @@ void frmContactEditor::AddGeneralWebsite( wxCommandEvent& event ) frameCEWeb->ShowModal(); delete frameCEWeb; frameCEWeb = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralWebsite( wxCommandEvent& event ) @@ -879,7 +889,8 @@ void frmContactEditor::AddGeneralTitle( wxCommandEvent& event ) frameCETitle->ShowModal(); delete frameCETitle; frameCETitle = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralTitle( wxCommandEvent& event ) @@ -959,7 +970,8 @@ void frmContactEditor::AddGeneralRole( wxCommandEvent& event ) frameCERole->ShowModal(); delete frameCERole; frameCERole = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralRole( wxCommandEvent& event ) @@ -1040,7 +1052,8 @@ void frmContactEditor::AddGeneralOrganisation( wxCommandEvent& event ) frameCEOrg->ShowModal(); delete frameCEOrg; frameCEOrg = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralOrganisation( wxCommandEvent& event ) @@ -1122,7 +1135,8 @@ void frmContactEditor::AddGeneralNote( wxCommandEvent& event ) frameCENote->ShowModal(); delete frameCENote; frameCENote = NULL; - + intValueSeek++; + } void frmContactEditor::ModifyGeneralNote( wxCommandEvent& event )