[Pkg-owncloud-commits] [owncloud-client] 62/219: SyncEngine: Fix invalid slot name in sync error condition.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:10 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 cf881aa6dc65464ccf011161c7734691027ef93d
Author: Christian Kamm <kamm at incasoftware.de>
Date:   Wed Sep 3 14:50:20 2014 +0200

    SyncEngine: Fix invalid slot name in sync error condition.
---
 src/mirall/folder.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp
index 4b07426..e2f46ad 100644
--- a/src/mirall/folder.cpp
+++ b/src/mirall/folder.cpp
@@ -571,7 +571,7 @@ void Folder::startSync(const QStringList &pathList)
         if (!_csync_ctx) {
             qDebug() << Q_FUNC_INFO << "init failed.";
             // the error should already be set
-            QMetaObject::invokeMethod(this, "slotCSyncFinished", Qt::QueuedConnection);
+            QMetaObject::invokeMethod(this, "slotSyncFinished", Qt::QueuedConnection);
             return;
         }
         _clientProxy.setCSyncProxy(AccountManager::instance()->account()->url(), _csync_ctx);

-- 
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