[Pkg-owncloud-commits] [owncloud-client] 154/484: Dolphin integration: fix error icons

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:32 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 30a0423f8169824a214ad36b4fba065972d3737c
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Oct 27 15:10:24 2015 +0100

    Dolphin integration: fix error icons
---
 shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp b/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
index 41b1bef..9b4d7ba 100644
--- a/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
+++ b/shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
@@ -66,11 +66,11 @@ private:
         if (status.startsWith("OK"))
             r << "ownCloud_ok";
         if (status.startsWith("SYNC") || status.startsWith("NEW"))
-            r << "owncloud_sync";
+            r << "ownCloud_sync";
         if (status.startsWith("IGNORE") || status.startsWith("WARN"))
-            r << "owncloud_warn";
+            r << "ownCloud_warn";
         if (status.startsWith("ERROR"))
-            r << "owncloud_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