Dolphin integration: fix error icons
authorOlivier Goffart <ogoffart@woboq.com>
Tue, 27 Oct 2015 14:10:24 +0000 (15:10 +0100)
committerOlivier Goffart <ogoffart@woboq.com>
Tue, 27 Oct 2015 14:19:10 +0000 (15:19 +0100)
shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp

index 41b1bef0f4ac037bd2e64e5e93476fd971e798f7..9b4d7baefbfe9f6e7de6c9b504f6ec22edb20ed6 100644 (file)
@@ -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";