Give FriendList its container_name function back

This commit is contained in:
Keith Mitchell
2011-07-07 11:55:53 -07:00
parent 14b38b70eb
commit 826f004ef8

View File

@@ -2354,6 +2354,10 @@ class FriendList(UserList):
return UserTableItem(user, self.type, self.cells, self.container_name,
True, self.remove_action, rel)
@property
def container_name(self):
return c.user._fullname
class EnemyList(UserList):
"""Blacklist on /pref/friends"""