[Pkg-owncloud-commits] [owncloud-client] 188/332: Fix build with TOKEN_ONLY_AUTH
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:58 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 3477ea0eeb928f299d5f5ae6b4b89433b3c55e7b
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Thu Jul 10 15:26:55 2014 +0200
Fix build with TOKEN_ONLY_AUTH
It was broken by commit 6ff38d80053e469ee0a5d11498555d5a2fd913c0
---
src/mirall/theme.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mirall/theme.cpp b/src/mirall/theme.cpp
index f69d327..cd80494 100644
--- a/src/mirall/theme.cpp
+++ b/src/mirall/theme.cpp
@@ -153,13 +153,14 @@ QIcon Theme::themeIcon( const QString& name, bool sysTray ) const
return icon;
}
+#endif
+
Theme::Theme() :
QObject(0)
,_mono(false)
{
}
-#endif
// if this option return true, the client only supports one folder to sync.
// The Add-Button is removed accoringly.
--
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