Fix crash when using column filling in bars with some empty items (bug #32565)
This commit is contained in:
parent
2ad3a1c326
commit
4680ae40b6
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user