Fix traceback then gc opened and gajim theme changed
This commit is contained in:
parent
113a96ef1f
commit
3b7640018b
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue