]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- no longer needed
authordeejay1 <deejay1@pld-linux.org>
Mon, 13 Aug 2007 16:11:11 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot-picassaweb.patch -> 1.2

f-spot-picassaweb.patch [deleted file]

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.040808 seconds and 4 git commands to generate.