Fix for 24362. Status bar gets updated message counts. a=chofmann. r=dp and jband.

This commit is contained in:
putterman%netscape.com 2000-01-20 22:57:08 +00:00
Родитель 52d7065ba5
Коммит 9662c43c13
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -32,13 +32,13 @@ class nsString;
%}
[uuid(3d1b15b0-93b4-11d1-895b-006008911b81)]
[scriptable, uuid(3d1b15b0-93b4-11d1-895b-006008911b81)]
interface nsIAtom : nsISupports
{
/**
* Translate the unicode string into the stringbuf.
*/
void ToString(in nsStringRef aString);
[noscript] void ToString(in nsStringRef aString);
/**
* Return a pointer to a zero terminated unicode string.