user-accounts: Display the username in list

* By displaying the username we get the unix user name for
   local accounts, and the full login name for remote accounts.
 * Can now differentiate between accounts with the same display
   'real' name.
 * Can see the full login identity of remote accounts.

https://bugzilla.gnome.org/show_bug.cgi?id=681767
This commit is contained in:
Stef Walter 2012-08-14 17:23:28 +02:00 committed by Bastien Nocera
parent f5502645ff
commit a2149736cd

View file

@ -116,7 +116,7 @@ get_name_col_str (UmUser *user)
{
return g_markup_printf_escaped ("<b>%s</b>\n<small>%s</small>",
um_user_get_display_name (user),
um_account_type_get_name (um_user_get_account_type (user)));
um_user_get_user_name (user));
}
static void