comparison 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
comparison
equal deleted inserted replaced
1289:57fe57474122 1290:e42f48103609
287 prefix_flags = HBB_PREFIX_IN; 287 prefix_flags = HBB_PREFIX_IN;
288 converted = from_utf8(&data[dataoffset+1]); 288 converted = from_utf8(&data[dataoffset+1]);
289 if (converted) { 289 if (converted) {
290 xtext = ut_expand_tabs(converted); // Expand tabs 290 xtext = ut_expand_tabs(converted); // Expand tabs
291 hbuf_add_line(p_buddyhbuf, xtext, timestamp, prefix_flags, width, 291 hbuf_add_line(p_buddyhbuf, xtext, timestamp, prefix_flags, width,
292 max_num_of_blocks); 292 max_num_of_blocks, 0);
293 if (xtext != converted) 293 if (xtext != converted)
294 g_free(xtext); 294 g_free(xtext);
295 g_free(converted); 295 g_free(converted);
296 } 296 }
297 err = 0; 297 err = 0;