]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- fixed PicassaWeb export
authoraflinta <aflinta@pld-linux.org>
Sun, 18 Mar 2007 10:02:09 +0000 (10:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot-picassaweb.patch -> 1.1

f-spot-picassaweb.patch [new file with mode: 0644]

diff --git a/f-spot-picassaweb.patch b/f-spot-picassaweb.patch
new file mode 100644 (file)
index 0000000..0c387cc
--- /dev/null
@@ -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);
This page took 0.065329 seconds and 4 git commands to generate.