Revision 85c6af07 trunk/Pithos.Client.WPF/SelectiveSynch/DirectoryRecord.cs

b/trunk/Pithos.Client.WPF/SelectiveSynch/DirectoryRecord.cs
43 43
using System.Collections;
44 44
using System.Collections.Generic;
45 45
using System.Collections.Specialized;
46
using System.Diagnostics;
46 47
using System.IO;
47 48
using System.Linq;
48 49
using System.Text;
......
53 54

  
54 55
namespace Pithos.Client.WPF.SelectiveSynch
55 56
{
57
    [DebuggerDisplay("{Uri} : {IsChecked}")]
56 58
    public class DirectoryRecord :PropertyChangedBase, IEnumerable<DirectoryRecord>
57 59
    {
58 60
        private ObjectInfo _objectInfo;

Also available in: Unified diff