[chronojump] Fixed comment on last commit
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed comment on last commit
- Date: Tue, 24 Mar 2020 23:28:44 +0000 (UTC)
commit 0acf7df71ec7755a54c3b9a1f4e5a749faaae952
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Mar 25 00:28:16 2020 +0100
Fixed comment on last commit
src/utilGtk.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/utilGtk.cs b/src/utilGtk.cs
index c1490ce1..8fd4a0e9 100644
--- a/src/utilGtk.cs
+++ b/src/utilGtk.cs
@@ -775,7 +775,7 @@ public class UtilGtk
return colorString + colorString;
if(colorString.Length == 2) //if "ce" return "ce"
return colorString;
- if(colorString.Length == 3) //if "0e0" return "0e"
+ if(colorString.Length == 3) //if "e0e" return "0e" (like the Chronojump blue)
return colorString.Substring(1,2);
if(colorString.Length == 4) //if "cece" return "ce")
return colorString.Substring(0,2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]