start assigning gc color from the first one. see #7022

This commit is contained in:
Yann Leboulanger 2011-11-15 12:09:39 +01:00
parent 9a01ffcdd9
commit 9cf5f9351a
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class GroupchatControl(ChatControlBase):
self.tooltip = tooltips.GCTooltip()
# nickname coloring
self.gc_count_nicknames_colors = 0
self.gc_count_nicknames_colors = -1
self.gc_custom_colors = {}
self.number_of_colors = len(gajim.config.get('gc_nicknames_colors').\
split(':'))