[Pkg-owncloud-commits] [owncloud-client] 387/470: Only 1 : between namespace and property
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:29 UTC 2016
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 d3a93322d2d70d280a132599a2576480f627fd31
Author: Roeland Jago Douma <rullzer at owncloud.com>
Date: Fri Apr 22 14:38:43 2016 +0200
Only 1 : between namespace and property
---
src/gui/sharedialog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/sharedialog.cpp b/src/gui/sharedialog.cpp
index 00b4e27..1b2e744 100644
--- a/src/gui/sharedialog.cpp
+++ b/src/gui/sharedialog.cpp
@@ -116,7 +116,7 @@ ShareDialog::ShareDialog(QPointer<AccountState> accountState,
// Server versions >= 9.1 support the "share-permissions" property
// older versions will just return share-permissions: ""
auto job = new PropfindJob(accountState->account(), _sharePath);
- job->setProperties(QList<QByteArray>() << "http://open-collaboration-services.org/ns::share-permissions");
+ job->setProperties(QList<QByteArray>() << "http://open-collaboration-services.org/ns:share-permissions");
job->setTimeout(10 * 1000);
connect(job, SIGNAL(result(QVariantMap)), SLOT(slotMaxSharingPermissionsReceived(QVariantMap)));
connect(job, SIGNAL(finishedWithError(QNetworkReply*)), SLOT(slotMaxSharingPermissionsError()));
--
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