Revision 692ec33b trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
131 131
        private async Task StartMonitoring()
132 132
        {
133 133
            try
134
            {                  
134
            {
135
                var accounts = Settings.Accounts.Select(MonitorAccount);
136
                await TaskEx.WhenAll(accounts);
137
                _statusService = StatusService.Start();
138

  
139
/*
135 140
                foreach (var account in Settings.Accounts)
136 141
                {
137 142
                    await MonitorAccount(account);
138 143
                }
139
                _statusService = StatusService.Start();
144
*/
145
                
140 146
            }
141 147
            catch (AggregateException exc)
142 148
            {

Also available in: Unified diff