changeset d84df889a8e6 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=d84df889a8e6
description: start assigning gc color from the first one. see #7022

diffstat:

 src/groupchat_control.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 22da5dead579 -r d84df889a8e6 src/groupchat_control.py
--- a/src/groupchat_control.py  Tue Nov 15 09:48:28 2011 +0100
+++ b/src/groupchat_control.py  Tue Nov 15 12:09:39 2011 +0100
@@ -392,7 +392,7 @@
         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(':'))
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to