fix in redraw_jid

This commit is contained in:
Yann Leboulanger 2005-04-02 21:28:59 +00:00
parent 0ed2b103d3
commit a1e7e9b191

View file

@ -195,7 +195,7 @@ class Roster_window:
if self.plugin.queues[account].has_key(jid):
img = self.pixbufs['message']
else:
if user.sub == 'none':
if user.sub != 'both':
if user.ask == 'subscribe':
img = self.pixbufs['requested']
else: