Fix crash when using column filling in bars with some empty items (bug #32565)

This commit is contained in:
Sebastien Helleu 2011-02-22 10:26:18 +01:00
parent 2ad3a1c326
commit 4680ae40b6
2 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,14 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.5-dev, 2011-02-21
v0.3.5-dev, 2011-02-22
Version 0.3.5 (under dev!)
--------------------------
* core: fix crash when using column filling in bars with some empty items
(bug #32565)
* core: allow relative size for command /window resize
* core: add some default keys for gnome-terminal (home/end, ctrl+up/down,
alt+pgup/pgdn)

View File

@ -557,7 +557,7 @@ gui_bar_window_content_get_with_filling (struct t_gui_bar_window *bar_window,
}
}
else
split_items[i] = NULL;
split_items[i][sub] = NULL;
}
}
else