remove hardcoding bgcolor in cell of user to white

This commit is contained in:
Nikos Kouremenos 2005-06-11 11:01:42 +00:00
parent 1339274ce5
commit d994d8128e
1 changed files with 0 additions and 3 deletions

View File

@ -707,9 +707,6 @@ class GroupchatWindow(chat.Chat):
bgcolor = gajim.config.get('groupbgcolor')
renderer.set_property('cell-background', bgcolor)
renderer.set_property('cell-background', bgcolor)
else: # iter is a user, background is white
renderer.set_property('cell-background', '#FFFFFF')
renderer.set_property('cell-background', '#FFFFFF')
def on_actions_button_clicked(self, button):
"""popup action menu"""