Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
All items within the Other tab of the Contact Editor now use ContactDataObject.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Fri, 1 Jan 2016 14:19:55 +0000 (14:19 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Fri, 1 Jan 2016 14:19:55 +0000 (14:19 +0000)
source/contacteditor/frmContactEditor-Other.cpp

index 4bd4575..d1af11f 100644 (file)
@@ -1,6 +1,6 @@
 // frmContactEditor-Other.cpp - frmContactEditor Other tab subroutines.
 //
-// (c) 2012-2015 Xestia Software Development.
+// (c) 2012-2016 Xestia Software Development.
 //
 // This file is part of Xestia Address Book.
 //
@@ -26,10 +26,10 @@ void frmContactEditor::AddVendorNamespace( wxCommandEvent& event )
     
     frmContactEditorVendor *frameCEVen = new frmContactEditorVendor ( this );
     frameCEVen->SetEditorMode(FALSE);
-    intResult = GetLastInt(&VendorList);
-    frameCEVen->SetupPointers(&VendorList,
-                              &VendorListPEN,
-                              &VendorListElement,
+    intResult = GetLastInt(&ContactEditorData.VendorList);
+    frameCEVen->SetupPointers(&ContactEditorData.VendorList,
+                              &ContactEditorData.VendorListPEN,
+                              &ContactEditorData.VendorListElement,
                               lboVendorNamespace,
                               (intValueSeek));
     frameCEVen->ShowModal();
@@ -49,9 +49,9 @@ void frmContactEditor::ModifyVendorNamespace( wxCommandEvent& event )
     }
     
     frmContactEditorVendor *frameCEVen = new frmContactEditorVendor ( this );
-    frameCEVen->SetupPointers(&VendorList,
-                              &VendorListPEN,
-                              &VendorListElement,
+    frameCEVen->SetupPointers(&ContactEditorData.VendorList,
+                              &ContactEditorData.VendorListPEN,
+                              &ContactEditorData.VendorListElement,
                               lboVendorNamespace,
                               intSelectedData);
     frameCEVen->SetEditorMode(TRUE);
@@ -73,8 +73,8 @@ void frmContactEditor::DeleteVendorNamespace( wxCommandEvent& event )
     
     lboVendorNamespace->DeleteItem(longSelected);
     
-    DeleteMapData(intSelectedData, &VendorList, &VendorListPEN,
-                  &VendorListElement);
+    DeleteMapData(intSelectedData, &ContactEditorData.VendorList, &ContactEditorData.VendorListPEN,
+                  &ContactEditorData.VendorListElement);
     
 }
 
@@ -84,9 +84,9 @@ void frmContactEditor::AddXToken( wxCommandEvent& event )
     
     frmContactEditorXToken *frameCEXT = new frmContactEditorXToken ( this );
     frameCEXT->SetEditorMode(FALSE);
-    intResult = GetLastInt(&XTokenList);
-    frameCEXT->SetupPointers(&XTokenList,
-                             &XTokenListTokens,
+    intResult = GetLastInt(&ContactEditorData.XTokenList);
+    frameCEXT->SetupPointers(&ContactEditorData.XTokenList,
+                             &ContactEditorData.XTokenListTokens,
                              lboXToken,
                              (intValueSeek));
     frameCEXT->ShowModal();
@@ -106,8 +106,8 @@ void frmContactEditor::ModifyXToken( wxCommandEvent& event )
     }
     
     frmContactEditorXToken *frameCEXT = new frmContactEditorXToken ( this );
-    frameCEXT->SetupPointers(&XTokenList,
-                             &XTokenListTokens,
+    frameCEXT->SetupPointers(&ContactEditorData.XTokenList,
+                             &ContactEditorData.XTokenListTokens,
                              lboXToken,
                              intSelectedData);
     frameCEXT->SetEditorMode(TRUE);
@@ -129,6 +129,6 @@ void frmContactEditor::DeleteXToken( wxCommandEvent& event )
     
     lboXToken->DeleteItem(longSelected);
     
-    DeleteMapData(intSelectedData, &XTokenList, &XTokenListTokens);
+    DeleteMapData(intSelectedData, &ContactEditorData.XTokenList, &ContactEditorData.XTokenListTokens);
     
 }
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