summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gnome-do-plugins/files/gnome-do-plugins-0.8.2-mono26.patch')
-rw-r--r--gnome-extra/gnome-do-plugins/files/gnome-do-plugins-0.8.2-mono26.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/gnome-extra/gnome-do-plugins/files/gnome-do-plugins-0.8.2-mono26.patch b/gnome-extra/gnome-do-plugins/files/gnome-do-plugins-0.8.2-mono26.patch
deleted file mode 100644
index e4aa8f2e695f..000000000000
--- a/gnome-extra/gnome-do-plugins/files/gnome-do-plugins-0.8.2-mono26.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Upstream revision 678 fixes compilation with mono 2.6.
-
-=== modified file 'Evolution/src/ContactItemSource.cs'
---- Evolution/src/ContactItemSource.cs 2009-06-22 04:05:16 +0000
-+++ Evolution/src/ContactItemSource.cs 2010-02-12 01:08:47 +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)
- {
-