Revision 3ddbb7b8 trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs

b/trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs
234 234
                                        AccountName = wizard.AccountName,
235 235
                                        ApiKey=wizard.Token,
236 236
                                        RootPath=wizard.AccountPath,
237
                                        IsActive=wizard.IsActive,
237
                                        IsActive=wizard.IsAccountActive,
238 238
                                        UsePithos=true
239 239
                                    };
240 240
               Settings.Accounts.Add(newAccount);

Also available in: Unified diff