~ilja-smoli/do/gtg

« back to all changes in this revision

Viewing changes to Evolution/src/ContactItemSource.cs

  • Committer: Robert Dyer
  • Date: 2010-02-12 01:08:47 UTC
  • Revision ID: psybers@gmail.com-20100212010847-v3dkm1p8osgfjprp
fix build on Mono 2.6 - patch from Sandy Armstrong - bug 520757

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
{
33
33
        public struct ContactAttribute
34
34
        {
35
 
                public string Detail { get; protected set; }
36
 
                public string Key { get; protected set; }
 
35
                public string Detail { get; private set; }
 
36
                public string Key { get; private set; }
37
37
                
38
38
                public ContactAttribute (string key, string detail)
39
39
                {