Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/kipi-plugins/files: 0.2.0-picasa.patch
Date: Mon, 23 Mar 2009 16:26:20
Message-Id: E1Llmyg-0004wy-6O@stork.gentoo.org
1 scarabeus 09/03/23 16:26:18
2
3 Added: 0.2.0-picasa.patch
4 Log:
5 Revision bump. Fix picasa export. Per bug #263452.
6 (Portage version: 2.2_rc25/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-plugins/kipi-plugins/files/0.2.0-picasa.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/kipi-plugins/files/0.2.0-picasa.patch?rev=1.1&view=markup
12 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
13
14 Index: 0.2.0-picasa.patch
15 ===================================================================
16 --- trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebtalker.cpp 2009/03/21 20:09:51 942469
17 +++ trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebtalker.cpp 2009/03/21 20:11:49 942470
18 @@ -758,10 +758,7 @@
19
20 if(detailsNode.nodeName() == "title")
21 {
22 - album_title = "Not fetched";
23 -
24 - if(detailsNode.toElement().attribute("type")=="text")
25 - album_title = detailsNode.toElement().text();
26 + album_title = detailsNode.toElement().text();
27
28 //this is what is obtained from data.
29 fps.title = album_title;