Hello!

I can sort of reproduce the problem, but only the timestamps
gets the wrong foreground color for me - no the entire text.

Not sure exactly what's wrong, but killing the entire
styling of the timestamps works for me (see attached patch).

Do you think you could test what difference this makes for you?

Regards,
Andreas Henriksson
diff --git a/src/logview-window.c b/src/logview-window.c
index 7639e01..ea201d5 100644
--- a/src/logview-window.c
+++ b/src/logview-window.c
@@ -790,7 +790,7 @@ read_new_lines_cb (LogviewLog *log,
                                   &iter, 0.0, FALSE, 0.0, 0.0);
   }
 
-  paint_timestamps (buffer, old_line_count, new_days);
+  //paint_timestamps (buffer, old_line_count, new_days);
 
   logview_update_header (window, log, NULL);
   logview_loglist_update_lines (LOGVIEW_LOGLIST (priv->loglist), log);

Reply via email to