]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot-picassaweb.patch
- updated to 0.4.0
[packages/f-spot.git] / f-spot-picassaweb.patch
1 diff -urN f-spot-0.3.5.orig/google-sharp/PicasaWeb.cs f-spot-0.3.5/google-sharp/PicasaWeb.cs
2 --- f-spot-0.3.5.orig/google-sharp/PicasaWeb.cs 2007-03-18 10:33:25.009401990 +0100
3 +++ f-spot-0.3.5/google-sharp/PicasaWeb.cs      2007-03-18 10:37:35.588846903 +0100
4 @@ -260,7 +260,8 @@
5                         XmlNamespaceManager nsmgr = new XmlNamespaceManager (doc.NameTable);
6                         nsmgr.AddNamespace ("photo", "http://www.pheed.com/pheed/");
7                         nsmgr.AddNamespace ("media", "http://search.yahoo.com/mrss/");
8 -                       nsmgr.AddNamespace ("gphoto", "http://picasaweb.google.com/lh/picasaweb");
9 +                       nsmgr.AddNamespace ("gphoto", "http://schemas.google.com/photos/2007");
10 +                       nsmgr.AddNamespace ("batch", "http://schemas.google.com/gdata/batch");
11                         node = channel.SelectSingleNode ("gphoto:user", nsmgr);
12                         user = node.InnerText;
13                         node = channel.SelectSingleNode ("gphoto:nickname", nsmgr);
This page took 0.058397 seconds and 3 git commands to generate.