[Pkg-owncloud-commits] [owncloud-client] 185/333: Remove FIXME in syncengine

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit a1ab9c84c7d719a2eeb50794459418b0da0f89df
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Thu Mar 20 14:53:24 2014 +0100

    Remove FIXME in syncengine
---
 src/mirall/syncengine.cpp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/mirall/syncengine.cpp b/src/mirall/syncengine.cpp
index d0e67a6..249f442 100644
--- a/src/mirall/syncengine.cpp
+++ b/src/mirall/syncengine.cpp
@@ -238,9 +238,7 @@ bool SyncEngine::checkBlacklisting( SyncFileItem *item )
         if( re ) {
             qDebug() << "Item is on blacklist: " << entry._file << "retries:" << entry._retryCount;
             item->_instruction = CSYNC_INSTRUCTION_IGNORE;
-            // FIXME: put the error string into an .arg(..) later
-            item->_errorString = tr("The item is not synced because of previous errors:")
-                    + QLatin1String(" ")+ entry._errorString;
+            item->_errorString = tr("The item is not synced because of previous errors: %1").arg(entry._errorString);
         }
     }
 
@@ -544,8 +542,6 @@ void SyncEngine::slotUpdateFinished(int updateResult)
 
     ne_session_s *session = 0;
     // that call to set property actually is a get which will return the session
-    // FIXME add a csync_get_module_property to csync
-
     csync_set_module_property(_csync_ctx, "get_dav_session", &session);
     Q_ASSERT(session);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list