[Pkg-owncloud-commits] [owncloud-client] 36/219: ownCloud Theme: Do not have the oCSetupTop custom media, see #1445
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:06 UTC 2014
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 7f1d707d23adbcd96b30c20d88f6061494809c23
Author: Klaas Freitag <freitag at owncloud.com>
Date: Thu Aug 28 18:09:15 2014 +0200
ownCloud Theme: Do not have the oCSetupTop custom media, see #1445
---
src/mirall/owncloudtheme.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp
index b084741..3c291e8 100644
--- a/src/mirall/owncloudtheme.cpp
+++ b/src/mirall/owncloudtheme.cpp
@@ -80,10 +80,11 @@ QIcon ownCloudTheme::applicationIcon( ) const
QVariant ownCloudTheme::customMedia(Theme::CustomMediaType type)
{
if (type == Theme::oCSetupTop) {
- return QCoreApplication::translate("ownCloudTheme",
- "If you don't have an ownCloud server yet, "
- "see <a href=\"https://owncloud.com\">owncloud.com</a> for more info.",
- "Top text in setup wizard. Keep short!");
+ // return QCoreApplication::translate("ownCloudTheme",
+ // "If you don't have an ownCloud server yet, "
+ // "see <a href=\"https://owncloud.com\">owncloud.com</a> for more info.",
+ // "Top text in setup wizard. Keep short!");
+ return QVariant();
} else {
return QVariant();
}
--
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