Remove print
This commit is contained in:
parent
3b7640018b
commit
eaedf24540
1 changed files with 0 additions and 1 deletions
|
@ -720,7 +720,6 @@ class GroupchatControl(ChatControlBase):
|
||||||
self.draw_contact(nick)
|
self.draw_contact(nick)
|
||||||
|
|
||||||
def _change_style(self, model, path, iter_, option):
|
def _change_style(self, model, path, iter_, option):
|
||||||
print(model, path, iter_, option)
|
|
||||||
model[iter_][C_NICK] = model[iter_][C_NICK]
|
model[iter_][C_NICK] = model[iter_][C_NICK]
|
||||||
|
|
||||||
def change_roster_style(self):
|
def change_roster_style(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue