Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Accounts list now updates when an account is created.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 3 Jan 2016 01:50:30 +0000 (01:50 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 3 Jan 2016 01:50:30 +0000 (01:50 +0000)
source/frmMain.cpp
source/frmNewAccount.cpp

index 150e7f9..f7026d8 100644 (file)
@@ -488,7 +488,7 @@ void frmMain::OpenNewABDialog( wxCommandEvent& event)
     frameNewAccount->ShowModal();
     delete frameNewAccount;
     frameNewAccount = NULL;
-    
+
     if (ReloadAccounts == TRUE){
         
         // Reload the accounts as a change has been made within
index e320223..211fb89 100644 (file)
@@ -450,7 +450,7 @@ void frmNewAccount::ProcessNext( wxCommandEvent& event )
         delete cfgfile;
         cfgfile = NULL;
         
-        ReloadAccountConfig = TRUE;
+        *ReloadAccountConfig = TRUE;
         
 #else
         
@@ -536,7 +536,7 @@ void frmNewAccount::ProcessNext( wxCommandEvent& event )
         delete cfgfile;
         cfgfile = NULL;
         
-        ReloadAccountConfig = TRUE;
+        *ReloadAccountConfig = TRUE;
         
 #endif
         
@@ -573,7 +573,7 @@ void frmNewAccount::WriteAccountDetails(wxFileConfig *cfgfilein, wxString Accoun
 
 void frmNewAccount::CloseWindow( wxCommandEvent& event )
 {
-    ReloadAccountConfig = FALSE;
+    *ReloadAccountConfig = FALSE;
     this->Close();
 }
 
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