[Pkg-owncloud-commits] [owncloud-client] 43/69: Windows Shell Integration: Show status icon for root folder
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:10 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 5805ffebeccae7dd842d2d75db0e8681afc04740
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Nov 4 09:29:32 2014 +0100
Windows Shell Integration: Show status icon for root folder
---
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 967231d..a6ec727 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