[Pkg-owncloud-commits] [owncloud-client] 57/69: Revert "Windows Shell Integration: Show status icon for root folder"
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:12 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 176413d3121a73b06e0761026b930a8ff18d1dfc
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Thu Nov 6 15:18:54 2014 +0100
Revert "Windows Shell Integration: Show status icon for root folder"
This reverts commit 5805ffebeccae7dd842d2d75db0e8681afc04740.
There is no good way to fix this on the Mirall side without risk.
Delay until after 1.7.0
---
shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.cpp b/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.cpp
index a6ec727..967231d 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.cpp
+++ b/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.cpp
@@ -120,7 +120,7 @@ IFACEMETHODIMP OCOverlay::GetPriority(int *pPriority)
auto watchedDirectories = _checker->WatchedDirectories();
wstring wpath(pwszPath);
- wpath.append(L"\\");
+ //wpath.append(L"\\");
vector<wstring>::iterator it;
bool watched = false;
for (it = watchedDirectories.begin(); it != watchedDirectories.end(); ++it) {
--
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