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

List:       kde-commits
Subject:    branches/KDE/4.4/kdepim/korganizer/plugins/picoftheday
From:       Laurent Montel <montel () kde ! org>
Date:       2010-03-02 18:22:04
Message-ID: 1267554124.529700.6042.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1098037 by mlaurent:

Fix bug #228530
CCBUG: 228530


 M  +1 -0      picoftheday.cpp  


--- branches/KDE/4.4/kdepim/korganizer/plugins/picoftheday/picoftheday.cpp #1098036:1098037
@@ -149,6 +149,7 @@
   KIO::StoredTransferJob *const transferJob = static_cast<KIO::StoredTransferJob*>( job );
   mFileName = QString::fromUtf8( transferJob->data().data(), transferJob->data().size() );
   mFileName = mFileName.left( mFileName.indexOf( "<noinclude>" ) );
+  mFileName = mFileName.section( '|', 1, 1 );
   kDebug() << "POTD:" << mDate << ": got POTD file name:" << mFileName;
 
   if ( !mFileName.isEmpty() ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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