Commit 48d75208 authored by estade@chromium.org's avatar estade@chromium.org

[gtk] Use correct string (user name) in avatar bubble.

BUG=140964


Review URL: https://chromiumcodereview.appspot.com/10828199

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150435 0039d316-1c4b-4281-b951-d872f2087c98
parent cda63af8
......@@ -236,7 +236,7 @@ void AvatarMenuItemGtk::Init(GtkThemeService* theme_service) {
ui::kGdkBlack);
if (item_.active) {
char* markup = g_markup_printf_escaped(
"<span weight='bold'>%s</span>", UTF16ToUTF8(item_.sync_state).c_str());
"<span weight='bold'>%s</span>", UTF16ToUTF8(elided_name).c_str());
gtk_label_set_markup(GTK_LABEL(name_label), markup);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment