Revision c636df1f trunk/Pithos.Client.WPF/Preferences/AccountViewModel.cs

b/trunk/Pithos.Client.WPF/Preferences/AccountViewModel.cs
45 45
namespace Pithos.Client.WPF.Preferences
46 46
{
47 47
    /// <summary>
48
    /// ViewModel wrapper for an account
48
    /// ViewModel wrapper for a settings Account object with change notifications
49 49
    /// </summary>
50 50
    public class AccountViewModel:PropertyChangedBase
51 51
    {
......
120 120
            set 
121 121
            {
122 122
                _account.ApiKey = value;
123
                IsExpired = false;
123 124
                NotifyOfPropertyChange(() => ApiKey);
124 125
            }
125 126
        }

Also available in: Unified diff