]> git.pld-linux.org Git - packages/f-spot.git/blame - f-spot-picassaweb.patch
- updated to 0.4.0
[packages/f-spot.git] / f-spot-picassaweb.patch
CommitLineData
1eaf2409 1diff -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.057447 seconds and 4 git commands to generate.