mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
Remove unneeded space after time on each line if option weechat.look.buffer_time_format is set to empty value (bug #28751)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
WeeChat ChangeLog
|
||||
=================
|
||||
FlashCode <flashcode@flashtux.org>
|
||||
v0.3.2-dev, 2010-01-26
|
||||
v0.3.2-dev, 2010-01-28
|
||||
|
||||
|
||||
Version 0.3.2 (under dev!)
|
||||
--------------------------
|
||||
* core: add signal "day_changed"
|
||||
* core: remove unneeded space after time on each line if option
|
||||
weechat.look.buffer_time_format is set to empty value (bug #28751)
|
||||
* api: add missing infos in functions buffer_get_integer / buffer_get_string
|
||||
and in buffer infolist
|
||||
* irc: fix bug with SSL connection (fails sometimes when ssl_verify is on)
|
||||
|
||||
@@ -564,12 +564,8 @@ gui_chat_display_time_and_prefix (struct t_gui_window *window,
|
||||
{
|
||||
if (!simulate)
|
||||
gui_window_reset_style (GUI_WINDOW_OBJECTS(window)->win_chat, GUI_COLOR_CHAT);
|
||||
|
||||
gui_chat_display_word (window, line, str_space,
|
||||
NULL, 1, num_lines, count, lines_displayed,
|
||||
simulate);
|
||||
}
|
||||
|
||||
|
||||
/* display buffer name (if many buffers are merged) */
|
||||
mixed_lines = line->data->buffer->mixed_lines;
|
||||
if (mixed_lines)
|
||||
|
||||
Reference in New Issue
Block a user