[Pkg-owncloud-commits] [owncloud-client] 248/470: Theme: Enable link sharing by default
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:09 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 c35e74d264fcbb7305b8ca99918ed6e660870966
Author: Christian Kamm <mail at ckamm.de>
Date: Wed Mar 30 13:31:33 2016 +0200
Theme: Enable link sharing by default
Was disabled by accident.
---
src/libsync/theme.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp
index edb94ac..e2f673b 100644
--- a/src/libsync/theme.cpp
+++ b/src/libsync/theme.cpp
@@ -419,7 +419,7 @@ QString Theme::webDavPathNonShib() const
bool Theme::linkSharing() const
{
- return false;
+ return true;
}
bool Theme::userGroupSharing() const
--
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