Changeset 163 for Mulberry/branches/v4.1d1/MacOS/Sources/Application/Preferences_Dialog/CPrefsAccount.cp
- Timestamp:
- 03/16/08 12:42:43 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/MacOS/Sources/Application/Preferences_Dialog/CPrefsAccount.cp
r150 r163 449 449 } 450 450 acct->SetName(new_name); 451 mCopyPrefs->mRemoteAccounts.Value().push_back( acct);451 mCopyPrefs->mRemoteAccounts.Value().push_back((COptionsAccount*)acct); 452 452 mCopyPrefs->mRemoteAccounts.SetDirty(); 453 453 insert_pos = mCopyPrefs->mMailAccounts.GetValue().size() +