[evolution/wip/webkit2] EShell: Do not require Authentication extension for trust prompts



commit 17728d2c33bdf34a9fca501b7db01f33d92b9277
Author: Milan Crha <mcrha redhat com>
Date:   Fri Jun 19 11:05:56 2015 +0200

    EShell: Do not require Authentication extension for trust prompts
    
    It was made optional earlier, but the code still required it.

 shell/e-shell.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/shell/e-shell.c b/shell/e-shell.c
index e9d2bd8..6c2aba2 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -979,8 +979,6 @@ shell_process_credentials_required_errors (EShell *shell,
                shell_submit_source_connection_alert (shell, source, alert);
                g_object_unref (alert);
        } else if (reason == E_SOURCE_CREDENTIALS_REASON_SSL_FAILED) {
-               g_return_if_fail (e_source_has_extension (source, E_SOURCE_EXTENSION_AUTHENTICATION));
-
                if (e_credentials_prompter_get_auto_prompt_disabled_for (shell->priv->credentials_prompter, 
source)) {
                        /* Only show an alert */
                        EAlert *alert;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]