[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/ui/kisexiv2
From:       Cyrille Berger <cyb () lepi ! org>
Date:       2008-12-23 11:08:55
Message-ID: 1230030535.632818.15545.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 900580 by berger:

an other attempt to fix IPTC (we are almost there !)

CCMAIL: Thomas Lübking <thomas.luebking@web.de>

 M  +1 -1      kis_iptc_io.cpp  


--- trunk/koffice/krita/ui/kisexiv2/kis_iptc_io.cpp #900579:900580
@@ -155,7 +155,7 @@
 #if EXIV2_MAJOR_VERSION == 0 && EXIV2_MINOR_VERSION <= 17
     iptcData.load((const Exiv2::byte*)arr.data(), arr.size());
 #else
-    Exiv2::IptcData::decode( iptcData, (const Exiv2::byte*)arr.data(), arr.size());
+    Exiv2::IptcParser::decode( iptcData, (const Exiv2::byte*)arr.data(), arr.size());
 #endif
     dbgFile << "There are" << iptcData.count() << " entries in the IPTC section";
     for (Exiv2::IptcMetadata::const_iterator it = iptcData.begin();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic