1
0
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:
Sebastien Helleu
2010-01-28 10:09:58 +01:00
parent b868eaee2a
commit aad84612a9
2 changed files with 4 additions and 6 deletions
+3 -1
View File
@@ -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)
+1 -5
View File
@@ -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)