roster_tweaks. initial

This commit is contained in:
Denis Fomin
2010-10-04 15:20:09 +04:00
parent c820b8b399
commit 144600703d
5 changed files with 138 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ class ChatstatePlugin(GajimPlugin):
name = '<span foreground="%s">%s</span>' % (
color, name)
if contact.status and gajim.config.get('show_status_msgs_in_roster'):
status = contact.status.strip()
if status != '':