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



commit 7313a22d2c9927f6facb08043eb31947fcf0fa0f
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 93c3bb8..3e57031 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]