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

b/trunk/Pithos.Client.WPF/Preferences/AccountViewModel.cs
69 69
            get { return new Uri(new Uri(_account.ServerUrl) , _account.AccountName); }
70 70
        }
71 71

  
72
        public bool SelectiveSyncEnabled
73
        {
74
            get { return _account.SelectiveSyncEnabled; }
75
            set
76
            {
77
                _account.SelectiveSyncEnabled = value;
78
                NotifyOfPropertyChange(() => SelectiveSyncEnabled);
79
            }
80
        }
81

  
72 82
        public string AccountName
73 83
        {
74 84
            get {

Also available in: Unified diff