From b9edb2bd4a3736403ad8dfe03f2250b206709930 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 7 Sep 2005 16:16:31 +0000 Subject: [PATCH] show status icon when sub=to --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 6b7198a74..35d2e5109 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -215,7 +215,7 @@ class RosterWindow: elif jid.find('@') <= 0: # if not '@' or '@' starts the jid ==> agent img = state_images[contact.show] else: - if contact.sub == 'both': + if contact.sub in ['both', 'to']: img = state_images[contact.show] else: if contact.ask == 'subscribe':