[Pkg-owncloud-commits] [owncloud-client] 03/30: Remove spurious error message.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 21:28:29 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 e809a59049bd45193bf5a89bbc25155fd95e5138
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Thu Feb 27 16:59:07 2014 +0100
Remove spurious error message.
Sometimes 'success' is false without apparent reason.
Just remove the message
---
src/creds/shibboleth/shibbolethwebview.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/creds/shibboleth/shibbolethwebview.cpp b/src/creds/shibboleth/shibbolethwebview.cpp
index 8991dcb..b8e8e7e 100644
--- a/src/creds/shibboleth/shibbolethwebview.cpp
+++ b/src/creds/shibboleth/shibbolethwebview.cpp
@@ -120,9 +120,7 @@ void ShibbolethWebView::slotLoadFinished(bool success)
}
if (!success) {
- QMessageBox::critical(this, tr("Error loading IdP login page"),
- tr("Could not load Shibboleth login page to log you in.\n"
- "Please ensure that your network connection is working."));
+ qDebug() << Q_FUNC_INFO << "Could not load Shibboleth login page to log you in.";
}
}
--
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