diff options
author | Joe McCann <joem@gentoo.org> | 2007-06-01 18:22:02 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2007-06-01 18:22:02 +0000 |
commit | fb1027d1414314db77f11fa9d24ef0b101f83e17 (patch) | |
tree | 20cc500dfe948238582e9ac52ddbb6b231590e1a /media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch | |
parent | Remove unused revisions. (diff) | |
download | gentoo-2-fb1027d1414314db77f11fa9d24ef0b101f83e17.tar.gz gentoo-2-fb1027d1414314db77f11fa9d24ef0b101f83e17.tar.bz2 gentoo-2-fb1027d1414314db77f11fa9d24ef0b101f83e17.zip |
Add patch to fix picasaweb export. Closing bug 176177
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch')
-rw-r--r-- | media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch b/media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch new file mode 100644 index 000000000000..1033c139b012 --- /dev/null +++ b/media-gfx/f-spot/files/f-spot-0.3.5-picasa_fix.patch @@ -0,0 +1,12 @@ +--- google-sharp/PicasaWeb.cs 2007-01-09 10:07:29.000000000 +0800 ++++ google-sharp/PicasaWeb.cs 2007-05-28 20:20:48.000000000 +0800 +@@ -260,7 +260,8 @@ namespace Mono.Google.Picasa { + 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); |