Fix traceback then gc opened and gajim theme changed

This commit is contained in:
Denis Fomin 2013-03-23 23:34:34 +04:00
parent 113a96ef1f
commit 3b7640018b
1 changed files with 2 additions and 1 deletions

View File

@ -719,7 +719,8 @@ class GroupchatControl(ChatControlBase):
for nick in gajim.contacts.get_nick_list(self.account, self.room_jid):
self.draw_contact(nick)
def _change_style(self, model, path, iter_):
def _change_style(self, model, path, iter_, option):
print(model, path, iter_, option)
model[iter_][C_NICK] = model[iter_][C_NICK]
def change_roster_style(self):