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

index 1279064..ef56a7f 100644 (file)
@@ -1,6 +1,6 @@
 // frmContactEditor-Groups.cpp - frmContactEditor Groups tab subroutines.
 //
-// (c) 2012-2015 Xestia Software Development.
+// (c) 2012-2016 Xestia Software Development.
 //
 // This file is part of Xestia Address Book.
 //
@@ -29,8 +29,8 @@ void frmContactEditor::AddGroup( wxCommandEvent& event )
     
     frmContactEditorGroup *frameCEGroup = new frmContactEditorGroup ( this );
     frameCEGroup->SetEditorMode(FALSE, XVMData);
-    intResult = GetLastInt(&GroupsList);
-    frameCEGroup->SetupPointers(&GroupsList,
+    intResult = GetLastInt(&ContactEditorData.GroupsList);
+    frameCEGroup->SetupPointers(&ContactEditorData.GroupsList,
                                 lboGroups,
                                 wxSContactAccount,
                                 intValueSeek);
@@ -61,6 +61,6 @@ void frmContactEditor::DeleteGroup( wxCommandEvent& event )
     
     lboGroups->DeleteItem(longSelected);
     
-    DeleteMapData(intSelectedData, &GroupsList);
+    DeleteMapData(intSelectedData, &ContactEditorData.GroupsList);
     
 }
\ No newline at end of file
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