[Pkg-owncloud-commits] [owncloud-client] 56/171: Dolphin integration: use system icons for labels in KDE
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Feb 17 09:36:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to annotated tag upstream/2.1.1+dfsg
in repository owncloud-client.
commit 69d9840b89f4a7527eefbcf095f50b5ef81b8244
Author: Grigorii Horos <horosgrisa at gmail.com>
Date: Fri Dec 4 15:40:15 2015 +0200
Dolphin integration: use system icons for labels in KDE
Cherry-picked from https://github.com/owncloud/client/pull/4252
---
shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp b/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
index 5ea31dc..4d3230c 100644
--- a/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
+++ b/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
@@ -64,13 +64,13 @@ private:
return r;
if (status.startsWith("OK"))
- r << "ownCloud_ok";
+ r << "vcs-normal";
if (status.startsWith("SYNC") || status.startsWith("NEW"))
- r << "ownCloud_sync";
+ r << "vcs-update-required";
if (status.startsWith("IGNORE") || status.startsWith("WARN"))
- r << "ownCloud_warn";
+ r << "vcs-locally-modified-unstaged";
if (status.startsWith("ERROR"))
- r << "ownCloud_error";
+ r << "vcs-conflicting";
if (status.contains("+SWM"))
r << "document-share";
--
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