Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 39559e9741564b302b9834c0dafd5c9d > files > 2

xfce4-terminal-1.1.3-2.mga10.src.rpm

From 1a7079ee36b4cd6efad697ec4b7933a01178de1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Sun, 12 Jul 2020 11:47:42 +0300
Subject: [PATCH] Improve debugging messages, vol 2

---
 terminal/terminal-screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index ffb2cd12..1979ca52 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -1067,7 +1067,7 @@ terminal_screen_update_colors (TerminalScreen *screen)
         for (; n < 16 && colors[n] != NULL; n++)
           if (!gdk_rgba_parse (palette + n, colors[n]))
             {
-              g_warning ("Unable to parse color \"%s\".", colors[n]);
+              g_warning ("Unable to parse palette color %u \"%s\".", n+1, colors[n]);
               break;
             }
 
-- 
2.27.0