[Pkg-owncloud-commits] [owncloud-client] 100/484: Dolphin shell integration: use the owncloud icons
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:21 UTC 2015
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 6ea05ff6e369d40991f77b08b671357a8a4dfd29
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Oct 19 15:53:40 2015 +0200
Dolphin shell integration: use the owncloud icons
---
shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp b/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
index f949a38..41b1bef 100644
--- a/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
+++ b/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
@@ -64,9 +64,13 @@ private:
return r;
if (status.startsWith("OK"))
- r << "dialog-ok";
+ r << "ownCloud_ok";
if (status.startsWith("SYNC") || status.startsWith("NEW"))
- r << "view-refresh";
+ r << "owncloud_sync";
+ if (status.startsWith("IGNORE") || status.startsWith("WARN"))
+ r << "owncloud_warn";
+ if (status.startsWith("ERROR"))
+ r << "owncloud_error";
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