icq contacts can have 'chat' status

This commit is contained in:
Yann Leboulanger 2004-05-17 15:37:34 +00:00
parent a31a1e465b
commit 2d35fbcafd
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ class roster_Window:
iconstyle = 'sun'
self.path = 'plugins/gtkgui/icons/' + iconstyle + '/'
self.pixbufs = {}
for state in ('online', 'away', 'xa', 'dnd', 'offline', 'error', \
for state in ('online', 'chat', 'away', 'xa', 'dnd', 'offline', 'error', \
'requested', 'message', 'opened', 'closed', 'not in list'):
# try to open a pixfile with the correct method
files = []