SOURCES: f-spot-picassaweb.patch (NEW) - fixed PicassaWeb export

aflinta aflinta at pld-linux.org
Sun Mar 18 11:02:14 CET 2007


Author: aflinta                      Date: Sun Mar 18 10:02:14 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed PicassaWeb export

---- Files affected:
SOURCES:
   f-spot-picassaweb.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/f-spot-picassaweb.patch
diff -u /dev/null SOURCES/f-spot-picassaweb.patch:1.1
--- /dev/null	Sun Mar 18 11:02:14 2007
+++ SOURCES/f-spot-picassaweb.patch	Sun Mar 18 11:02:09 2007
@@ -0,0 +1,13 @@
+diff -urN f-spot-0.3.5.orig/google-sharp/PicasaWeb.cs f-spot-0.3.5/google-sharp/PicasaWeb.cs
+--- f-spot-0.3.5.orig/google-sharp/PicasaWeb.cs	2007-03-18 10:33:25.009401990 +0100
++++ f-spot-0.3.5/google-sharp/PicasaWeb.cs	2007-03-18 10:37:35.588846903 +0100
+@@ -260,7 +260,8 @@
+ 			XmlNamespaceManager nsmgr = new XmlNamespaceManager (doc.NameTable);
+ 			nsmgr.AddNamespace ("photo", "http://www.pheed.com/pheed/");
+ 			nsmgr.AddNamespace ("media", "http://search.yahoo.com/mrss/");
+-			nsmgr.AddNamespace ("gphoto", "http://picasaweb.google.com/lh/picasaweb");
++			nsmgr.AddNamespace ("gphoto", "http://schemas.google.com/photos/2007");
++			nsmgr.AddNamespace ("batch", "http://schemas.google.com/gdata/batch");
+ 			node = channel.SelectSingleNode ("gphoto:user", nsmgr);
+ 			user = node.InnerText;
+ 			node = channel.SelectSingleNode ("gphoto:nickname", nsmgr);
================================================================


More information about the pld-cvs-commit mailing list