icq contacts can have 'chat' status
This commit is contained in:
parent
a31a1e465b
commit
2d35fbcafd
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ class roster_Window:
|
||||||
iconstyle = 'sun'
|
iconstyle = 'sun'
|
||||||
self.path = 'plugins/gtkgui/icons/' + iconstyle + '/'
|
self.path = 'plugins/gtkgui/icons/' + iconstyle + '/'
|
||||||
self.pixbufs = {}
|
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'):
|
'requested', 'message', 'opened', 'closed', 'not in list'):
|
||||||
# try to open a pixfile with the correct method
|
# try to open a pixfile with the correct method
|
||||||
files = []
|
files = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue