From 6eff3b7f70f0e4a3fb63760853059f99971f86df Mon Sep 17 00:00:00 2001 From: aleth Date: Fri, 30 Oct 2015 00:25:35 +0100 Subject: [PATCH] Bug 1213908 - Add user icons to prplIChatBuddies and their tooltips: followup to fix comment. rs,a=aleth CLOSED TREE --- chat/components/public/prplITooltipInfo.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/components/public/prplITooltipInfo.idl b/chat/components/public/prplITooltipInfo.idl index e16b772c57..baa62b89a7 100644 --- a/chat/components/public/prplITooltipInfo.idl +++ b/chat/components/public/prplITooltipInfo.idl @@ -22,7 +22,7 @@ interface prplITooltipInfo: nsISupports { /* * When type == status, the label holds the statusType (a short * converted to a string), while the value holds the statusText. - * When type == icon, the value holds the data URI. + * When type == icon, the value holds the user icon URI. */ readonly attribute AUTF8String label; readonly attribute AUTF8String value;