Bug 1213908 - Add user icons to prplIChatBuddies and their tooltips: followup to fix comment. rs,a=aleth CLOSED TREE

This commit is contained in:
aleth 2015-10-30 00:25:35 +01:00
Родитель f652ca8135
Коммит 6eff3b7f70
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;