From 2d35fbcafdf8f5e5a45f081367cfdc234c1fa988 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 17 May 2004 15:37:34 +0000 Subject: [PATCH] icq contacts can have 'chat' status --- plugins/gtkgui/gtkgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index bf0672693..4409f467d 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -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 = []