Revision ebc37b0d trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs

b/trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs
401 401
            if (TagsChanged)
402 402
            {
403 403
                Container.Tags = this.Tags.ToDictionary(tag => tag.Name, tag => tag.Value);
404
                var monitor = Shell.Monitors[Container.Account];
404
                var monitor = Shell.Monitors[Container.AccountKey];
405 405
                monitor.CloudClient.UpdateMetadata(Container);
406 406
            }
407 407

  

Also available in: Unified diff