From e76ac5160b67afd6ab1f597043b96595582bd7c2 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Tue, 11 Dec 2001 22:50:52 +0000 Subject: [PATCH] change coloration for group 31 Original commit message from CVS: change coloration for group 31 --- gst/gstinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstinfo.c b/gst/gstinfo.c index 1652b0822a..37e9b55b96 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -118,7 +118,7 @@ const gchar *_gst_category_colors[32] = { [GST_CAT_PARAMS] = "00;30;43", // !! [GST_CAT_CALL_TRACE] = "", - [31] = "", + [31] = "05;31", }; /* colorization hash - DEPRACATED in favor of above */