diff --git a/chat/content/imtooltip.xml b/chat/content/imtooltip.xml index 17b9fc4d09e..e374e14d392 100644 --- a/chat/content/imtooltip.xml +++ b/chat/content/imtooltip.xml @@ -376,8 +376,6 @@ this.setAttribute("status", "unknown"); this.setMessage(Status.toLabel("unknown")); this.setBuddyIcon(aParticipant ? aParticipant.buddyIconFilename : null); - this.addRow(this.bundle.GetStringFromName("buddy.account"), - account.name); this.requestBuddyInfo(account, normalizedNick); return true; ]]>