From 2464e0d426b34d08a231a43c7a591c7f795140d6 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 15 Nov 2011 12:09:39 +0100
Subject: [PATCH] start assigning gc color from the first one. see #7022

---
 src/groupchat_control.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/groupchat_control.py b/src/groupchat_control.py
index 368bbfafee..2ee790155b 100644
--- a/src/groupchat_control.py
+++ b/src/groupchat_control.py
@@ -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(':'))
-- 
GitLab