update chat icon when (re-)initializing chat

This commit is contained in:
foudfou 2012-09-04 00:28:53 +02:00
parent ae0f41e1e4
commit 97237aaffe
2 changed files with 3 additions and 0 deletions

2
TODO
View File

@ -1,6 +1,8 @@
TODO
----
* no Chat in Seamonkey !
WONTFIX
-------

View File

@ -31,6 +31,7 @@ firetray.Chat = {
"unread-im-count-changed"
]);
firetray.ChatStatusIcon.init();
this.updateIcon();
this.initialized = true;
},