packages: gnome-do-plugins/gnome-do-plugins-gcontacts.patch (NEW) - disable...

baggins baggins at pld-linux.org
Fri Oct 29 10:56:18 CEST 2010


Author: baggins                      Date: Fri Oct 29 08:56:18 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable postal address processing in google contacts, google API changed
  so much it wont work without a major rewrite

---- Files affected:
packages/gnome-do-plugins:
   gnome-do-plugins-gcontacts.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gnome-do-plugins/gnome-do-plugins-gcontacts.patch
diff -u /dev/null packages/gnome-do-plugins/gnome-do-plugins-gcontacts.patch:1.1
--- /dev/null	Fri Oct 29 10:56:18 2010
+++ packages/gnome-do-plugins/gnome-do-plugins-gcontacts.patch	Fri Oct 29 10:56:12 2010
@@ -0,0 +1,11 @@
+--- gnome-do-plugins-0.8.2.1/GoogleContacts/src/GMailClient.cs~	2010-10-29 10:44:24.176080797 +0200
++++ gnome-do-plugins-0.8.2.1/GoogleContacts/src/GMailClient.cs	2010-10-29 10:50:53.917080798 +0200
+@@ -77,7 +77,7 @@
+ 
+ 					AddDetails (buddy, entry.Emails);
+ 					AddDetails (buddy, entry.Phonenumbers);
+-					AddDetails (buddy, entry.PostalAddresses);
++//					AddDetails (buddy, entry.PostalAddresses);
+ 					
+ 					contacts.Add (buddy);
+ 				}
================================================================


More information about the pld-cvs-commit mailing list