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

List:       kde-commits
Subject:    branches/KDE/4.5/kdelibs/kio/kio
From:       Vishesh Handa <handa.vish () gmail ! com>
Date:       2010-11-29 14:51:04
Message-ID: 20101129145104.0ED93AC8A3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1202069 by vhanda:

BACKPORT: Avoid saving statements which contain blank nodes. The look like gibberish and scare end users.


 M  +1 -0      kfilemetainfo.cpp  


--- branches/KDE/4.5/kdelibs/kio/kio/kfilemetainfo.cpp #1202068:1202069
@@ -141,6 +141,7 @@
                     const string& value ) {
         if ( idx->writerData() ) {
             QString val = QString::fromUtf8 ( value.c_str(), value.size() );
+            if( !val.startsWith(':') )
             addValue ( idx, field, val );
         }
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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