File gnome-do-plugins-build-mono-2.6.patch of Package gnome-do-plugins
=== modified file 'Evolution/src/ContactItemSource.cs'
--- Evolution/src/ContactItemSource.cs 2008-12-24 00:41:39 +0000
+++ Evolution/src/ContactItemSource.cs 2010-02-12 00:43:44 +0000
@@ -32,8 +32,8 @@
{
public struct ContactAttribute
{
- public string Detail { get; protected set; }
- public string Key { get; protected set; }
+ public string Detail { get; private set; }
+ public string Key { get; private set; }
public ContactAttribute (string key, string detail)
{