* [gentoo-commits] gentoo-x86 commit in media-plugins/kipi-plugins/files: 0.2.0-picasa.patch
@ 2009-03-23 16:26 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2009-03-23 16:26 UTC (permalink / raw
To: gentoo-commits
scarabeus 09/03/23 16:26:18
Added: 0.2.0-picasa.patch
Log:
Revision bump. Fix picasa export. Per bug #263452.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Revision Changes Path
1.1 media-plugins/kipi-plugins/files/0.2.0-picasa.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/kipi-plugins/files/0.2.0-picasa.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/kipi-plugins/files/0.2.0-picasa.patch?rev=1.1&content-type=text/plain
Index: 0.2.0-picasa.patch
===================================================================
--- trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebtalker.cpp 2009/03/21 20:09:51 942469
+++ trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebtalker.cpp 2009/03/21 20:11:49 942470
@@ -758,10 +758,7 @@
if(detailsNode.nodeName() == "title")
{
- album_title = "Not fetched";
-
- if(detailsNode.toElement().attribute("type")=="text")
- album_title = detailsNode.toElement().text();
+ album_title = detailsNode.toElement().text();
//this is what is obtained from data.
fps.title = album_title;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-23 16:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23 16:26 [gentoo-commits] gentoo-x86 commit in media-plugins/kipi-plugins/files: 0.2.0-picasa.patch Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox