diff mcabber/src/histolog.c @ 1290:e42f48103609

Drawing the MUC nicks by a different color (color is hardcoded to red, needs to be changed to something useable)
author Michal 'vorner' Vaner <vorner@ucw.cz>
date Sun, 26 Aug 2007 18:24:14 +0200
parents c33b5b6fbf08
children b6fdbfa6b219
line wrap: on
line diff
--- a/mcabber/src/histolog.c	Mon Aug 27 13:02:16 2007 +0200
+++ b/mcabber/src/histolog.c	Sun Aug 26 18:24:14 2007 +0200
@@ -289,7 +289,7 @@
       if (converted) {
         xtext = ut_expand_tabs(converted); // Expand tabs
         hbuf_add_line(p_buddyhbuf, xtext, timestamp, prefix_flags, width,
-                      max_num_of_blocks);
+                      max_num_of_blocks, 0);
         if (xtext != converted)
           g_free(xtext);
         g_free(converted);