frameNewAccount->ShowModal();
delete frameNewAccount;
frameNewAccount = NULL;
-
+
if (ReloadAccounts == TRUE){
// Reload the accounts as a change has been made within
delete cfgfile;
cfgfile = NULL;
- ReloadAccountConfig = TRUE;
+ *ReloadAccountConfig = TRUE;
#else
delete cfgfile;
cfgfile = NULL;
- ReloadAccountConfig = TRUE;
+ *ReloadAccountConfig = TRUE;
#endif
void frmNewAccount::CloseWindow( wxCommandEvent& event )
{
- ReloadAccountConfig = FALSE;
+ *ReloadAccountConfig = FALSE;
this->Close();
}