[evolution/gnome-3-16] EShell: Do not require Authentication extension for trust prompts



commit fa70ad77b1db7424448cd8b969d63666f36f55f6
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 348fd34..8068765 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -873,8 +873,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]