]> git.pld-linux.org Git - packages/f-spot.git/blobdiff - f-spot-picassaweb.patch
- no longer needed
[packages/f-spot.git] / f-spot-picassaweb.patch
diff --git a/f-spot-picassaweb.patch b/f-spot-picassaweb.patch
deleted file mode 100644 (file)
index 0c387cc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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.080398 seconds and 4 git commands to generate.