[Pkg-owncloud-commits] [owncloud-client] 14/69: Fix compile
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:06 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 b0882a5cd293214bd49afa5c43ba8d23dfa958c7
Author: Markus Goetz <markus at woboq.com>
Date: Mon Oct 27 17:18:49 2014 +0100
Fix compile
---
src/mirall/clientproxy.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/clientproxy.cpp b/src/mirall/clientproxy.cpp
index f2d0557..e9c8895 100644
--- a/src/mirall/clientproxy.cpp
+++ b/src/mirall/clientproxy.cpp
@@ -101,7 +101,7 @@ void ClientProxy::setCSyncProxy( const QUrl& url, CSYNC *csync_ctx )
QList<QNetworkProxy> proxies = QNetworkProxyFactory::proxyForQuery(QNetworkProxyQuery(url));
// We set at least one in Application
Q_ASSERT(proxies.count() > 0);
- if (proxyes.count == 0) {
+ if (proxies.count() == 0) {
qDebug() << Q_FUNC_INFO << "No proxy!";
return;
}
--
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