start assigning gc color from the first one. see #7022
This commit is contained in:
parent
9a01ffcdd9
commit
9cf5f9351a
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class GroupchatControl(ChatControlBase):
|
||||||
self.tooltip = tooltips.GCTooltip()
|
self.tooltip = tooltips.GCTooltip()
|
||||||
|
|
||||||
# nickname coloring
|
# nickname coloring
|
||||||
self.gc_count_nicknames_colors = 0
|
self.gc_count_nicknames_colors = -1
|
||||||
self.gc_custom_colors = {}
|
self.gc_custom_colors = {}
|
||||||
self.number_of_colors = len(gajim.config.get('gc_nicknames_colors').\
|
self.number_of_colors = len(gajim.config.get('gc_nicknames_colors').\
|
||||||
split(':'))
|
split(':'))
|
||||||
|
|
Loading…
Add table
Reference in a new issue