Re: [PATCH] Fix segfault with window_pane_active_lost()

2014-03-06 Thread Nicholas Marriott
applied, thanks On Sat, Mar 01, 2014 at 09:54:03AM +, Thomas Adam wrote: > Don't segfaut when the parent of the layout cell is NULL; also assign the > lc->parent component to a common variable and use that throughout this > function. > --- > window.c | 9 ++--- > 1 file changed, 6 inse

[PATCH] Fix segfault with window_pane_active_lost()

2014-03-01 Thread Thomas Adam
Don't segfaut when the parent of the layout cell is NULL; also assign the lc->parent component to a common variable and use that throughout this function. --- window.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/window.c b/window.c index 1dd70c4..f25f64e 100644 ---