[Pkg-owncloud-commits] [owncloud-client] 01/01: Updated 0001-disable-updatecheck.patch

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Feb 17 20:03:40 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 74184c0496fe8d9d1d48f24320fdb9e5ec4f1d82
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Mon Feb 17 19:43:59 2014 +0100

    Updated 0001-disable-updatecheck.patch
---
 debian/patches/0001-disable-updatecheck.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/0001-disable-updatecheck.patch b/debian/patches/0001-disable-updatecheck.patch
index 96d9c75..5ca1728 100644
--- a/debian/patches/0001-disable-updatecheck.patch
+++ b/debian/patches/0001-disable-updatecheck.patch
@@ -19,7 +19,7 @@ Index: owncloud-client/src/mirall/mirallconfigfile.cpp
  
      QVariant value = getPolicySetting(QLatin1String(skipUpdateCheckC), fallback);
 -    return value.toBool();
-+    if ( !value )
++    if ( !value.toBool() )
 +        qDebug() << "debian disabled the UpdateCheck mechanism.";
 +
 +    return true;

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