[Pkg-owncloud-commits] [owncloud-client] 32/38: ownCloudTheme: Fix casing in appName()

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Sep 5 20:20:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch sid
in repository owncloud-client.

commit 6f9938a2b29d9ed9ffc3bf8cdefe68ce730303c3
Author: Markus Goetz <markus at woboq.com>
Date:   Wed Sep 3 16:07:05 2014 +0200

    ownCloudTheme: Fix casing in appName()
    
    Without this fix, the section in the config file uses the wrong name,
    leading to re-configuration of the client needed.
---
 src/mirall/owncloudtheme.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp
index 24759cb..a1a13a1 100644
--- a/src/mirall/owncloudtheme.cpp
+++ b/src/mirall/owncloudtheme.cpp
@@ -126,7 +126,7 @@ QPixmap ownCloudTheme::wizardHeaderLogo() const
 
 QString ownCloudTheme::appName() const
 {
-    return QLatin1String("owncloud");
+    return QLatin1String("ownCloud");
 }
 
 QString ownCloudTheme::appNameGUI() const

-- 
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