[Pkg-owncloud-commits] [owncloud-client] 92/103: Fix typo.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Apr 30 18:09:03 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 64b42333b0bbf9e821ad80e47f0ba6e6642ff01b
Author: Klaas Freitag <freitag at owncloud.com>
Date: Tue Apr 29 15:36:13 2014 +0200
Fix typo.
---
src/mirall/utility.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/utility.cpp b/src/mirall/utility.cpp
index ee229ce..1420984 100644
--- a/src/mirall/utility.cpp
+++ b/src/mirall/utility.cpp
@@ -169,7 +169,7 @@ void Utility::raiseDialog( QWidget *raiseWidget )
#ifndef TOKEN_AUTH_ONLY
// viel hilft viel ;-)
if( raiseWidget ) {
-#if #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) && \
+#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) && \
(defined(Q_OS_WIN) || defined (Q_OS_MAC))
Qt::WindowFlags eFlags = raiseWidget->windowFlags();
if (!(eFlags & Qt::WindowStaysOnTopHint)) {
--
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