[gthumb] account chooser: account name not visible



commit 0040f52eb115dc9ec004c41cbf189936338e1c2b
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Oct 26 16:58:32 2017 +0200

    account chooser: account name not visible
    
    'name' is always available, 'username' could be not.

 extensions/oauth/oauth-account-chooser-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/oauth/oauth-account-chooser-dialog.c b/extensions/oauth/oauth-account-chooser-dialog.c
index e98a1cd..3de7d40 100644
--- a/extensions/oauth/oauth-account-chooser-dialog.c
+++ b/extensions/oauth/oauth-account-chooser-dialog.c
@@ -174,7 +174,7 @@ oauth_account_chooser_dialog_construct (OAuthAccountChooserDialog *self,
                gtk_list_store_append (GTK_LIST_STORE (GET_WIDGET ("account_liststore")), &iter);
                gtk_list_store_set (GTK_LIST_STORE (GET_WIDGET ("account_liststore")), &iter,
                                    ACCOUNT_DATA_COLUMN, account,
-                                   ACCOUNT_NAME_COLUMN, account->username,
+                                   ACCOUNT_NAME_COLUMN, account->name,
                                    ACCOUNT_SEPARATOR_COLUMN, FALSE,
                                    ACCOUNT_ICON_COLUMN, "dialog-password-symbolic",
                                    -1);


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