Revision 7a804364 trunk/Pithos.Client.WPF/FileProperties/MetaValue.cs

b/trunk/Pithos.Client.WPF/FileProperties/MetaValue.cs
79 79
        }
80 80

  
81 81

  
82
        public MetaValue Clone()
83
        {
84
            return new MetaValue {Name = Name, Value = Value};
85
        }
82 86
    }
83 87
}

Also available in: Unified diff