From c901a4ae5d4ed1db0881094c8e96c058238838ea Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Fri, 1 Jan 2016 14:08:01 +0000 Subject: [PATCH] All items in the Groups tab now use ContactDataObject. --- source/contacteditor/frmContactEditor-Groups.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/contacteditor/frmContactEditor-Groups.cpp b/source/contacteditor/frmContactEditor-Groups.cpp index 1279064..ef56a7f 100644 --- a/source/contacteditor/frmContactEditor-Groups.cpp +++ b/source/contacteditor/frmContactEditor-Groups.cpp @@ -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 -- 2.39.2