Revision ebc37b0d trunk/Pithos.Client.WPF/Preferences/AddAccountViewModel.cs

b/trunk/Pithos.Client.WPF/Preferences/AddAccountViewModel.cs
214 214
                Token = credentials.Password;
215 215

  
216 216
                IsConfirmed = true;
217

  
217 218
            }
218 219
            catch (PithosException exc)
219 220
            {
......
233 234
                ((Window) GetView()).Activate();
234 235
            }
235 236

  
237
            if (IsConfirmed)
238
                TaskEx.Run(TestAccount);
239

  
236 240
        }
237 241

  
238 242
        public AddAccountViewModel()

Also available in: Unified diff