[gnome-online-accounts/gnome-3-18] imap-smtp: Fix typo in error message



commit bcee38e1f8358aca518a192f964ac64f2dde9ef3
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Sat May 2 13:22:39 2015 +0200

    imap-smtp: Fix typo in error message
    
    When failing to authenticate with the SMTP server using the SMTP
    login/password, the error message would mention the IMAP login, not the
    SMTP login.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755316

 src/goabackend/goaimapsmtpprovider.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goaimapsmtpprovider.c b/src/goabackend/goaimapsmtpprovider.c
index 4770741..464c78a 100644
--- a/src/goabackend/goaimapsmtpprovider.c
+++ b/src/goabackend/goaimapsmtpprovider.c
@@ -448,7 +448,7 @@ ensure_credentials_sync (GoaProvider         *provider,
                            */
                           _("Invalid %s with username ā€˜%sā€™ (%s, %d): "),
                           "smtp-password",
-                          imap_username,
+                          smtp_username,
                           g_quark_to_string ((*error)->domain),
                           (*error)->code);
           (*error)->domain = GOA_ERROR;


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