Revision 0338939c trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
171 171
                    //If the account is active
172 172
                    if (account.IsActive)
173 173
                        //Start the monitor. It's OK to start an already started monitor,
174
                        //it will just ignore the call
175
                        monitor.Start();
174
                        //it will just ignore the call                        
175
                        StartMonitor(monitor).Wait();                        
176 176
                    else
177 177
                    {
178 178
                        //If the account is inactive

Also available in: Unified diff